added 2 new adminlevel, admincmd changes

This commit is contained in:
raviatex
2020-01-12 01:21:06 +01:00
parent 077ab01c38
commit 3b0189807e
5 changed files with 29 additions and 22 deletions

View File

@@ -18,8 +18,10 @@ namespace ReallifeGamemode.Server.Extensions
{
switch (level)
{
case TEAM:
return "Team";
case MAPPING:
return "Mapper";
case ENTWICKLUNG:
return "Entwickler";
case SUPPORTER:
return "Supporter";
case ADMIN: