Add AdminPrivilegeCaker

This commit is contained in:
Morgan Bazalgette 2017-07-23 22:38:27 +02:00
parent c078e20ac5
commit 6352f752ca
No known key found for this signature in database
GPG Key ID: 40D328300D245DA5
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ const (
AdminPrivilegeKickUsers
UserPrivilegePendingVerification
UserPrivilegeTournamentStaff
AdminPrivilegeCaker
)
// UserPrivileges represents a bitwise enum of the privileges of an user.