Update AdminLevel.cs

This commit is contained in:
aviate
2019-08-09 23:38:10 +02:00
parent 5f20c789af
commit a57ca26aa4

View File

@@ -13,10 +13,11 @@ namespace ReallifeGamemode.Server.Util
public enum AdminLevel : int public enum AdminLevel : int
{ {
PLAYER = 0, PLAYER = 0,
SUPPORTER = 1, TEAM = 1,
ADMIN = 2, SUPPORTER = 2,
ADMIN2 = 3, ADMIN = 3,
ADMIN3 = 4, ADMIN2 = 4,
ADMIN3 = 5,
HEADADMIN = 1337, HEADADMIN = 1337,
PROJEKTLEITUNG = 1338 PROJEKTLEITUNG = 1338
} }