mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 04:22:04 -04:00
Changed the verbiage to role as it sounds a bit better and gave guest role a descriptor "Rat"
This commit is contained in:
@@ -16,6 +16,7 @@ public enum UserRight
|
||||
Admin = 1000,
|
||||
[Description("True and Honest")]
|
||||
TrueAndHonest = 100,
|
||||
[Description("Rat")]
|
||||
Guest = 10,
|
||||
Loser = 0
|
||||
}
|
||||
Reference in New Issue
Block a user