Update EnumExtensions.cs
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user