Update AdminLevel.cs

This commit is contained in:
aviate
2019-08-10 00:24:24 +02:00
parent f026af5141
commit 978bddf5e7

View File

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