Update EnumExtensions.cs

This commit is contained in:
aviate
2019-08-10 00:21:53 +02:00
parent 66b17acb4e
commit f026af5141

View File

@@ -17,6 +17,8 @@ namespace ReallifeGamemode.Server.Extensions
{ {
switch (level) switch (level)
{ {
case TEAM:
return "Team";
case SUPPORTER: case SUPPORTER:
return "Supporter"; return "Supporter";
case ADMIN: case ADMIN: