mirror of
https://github.com/SoDOff-Project/sodoff.git
synced 2025-10-11 08:18:49 -07:00
fixup! mmo roles
This commit is contained in:
parent
768affd3b2
commit
39ab2802a3
@ -15,5 +15,5 @@ public class AuthenticationInfo {
|
||||
|
||||
[Serializable]
|
||||
public enum Role {
|
||||
User = 0, Admin = 1, Moderator = 2
|
||||
User = 0, Moderator = 1, Admin = 2
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user