fix
This commit is contained in:
@@ -38,9 +38,9 @@ namespace ReallifeGamemode.Server.Events
|
||||
NAPI.Util.ConsoleOutput(player.Name + " Timeoutet");
|
||||
}
|
||||
|
||||
if (GlobalHelper.dutyAdmins.Contains(player))
|
||||
if (GlobalHelper.DutyAdmins.Contains(player))
|
||||
{
|
||||
GlobalHelper.dutyAdmins.Remove(player);
|
||||
GlobalHelper.DutyAdmins.Remove(player);
|
||||
}
|
||||
|
||||
if (player.GetUser().IsAdmin(AdminLevel.TEAM))
|
||||
|
||||
Reference in New Issue
Block a user