Changed the verbiage to role as it sounds a bit better and gave guest role a descriptor "Rat"

This commit is contained in:
barelyprofessional
2024-09-05 22:02:05 +08:00
parent 2fb3d1f87b
commit c4033d0135
2 changed files with 8 additions and 7 deletions

View File

@@ -16,6 +16,7 @@ public enum UserRight
Admin = 1000,
[Description("True and Honest")]
TrueAndHonest = 100,
[Description("Rat")]
Guest = 10,
Loser = 0
}