diff --git a/ReallifeGamemode.Server/Commands/AdminCommands.cs b/ReallifeGamemode.Server/Commands/AdminCommands.cs index 5c0002fa..5a28878b 100644 --- a/ReallifeGamemode.Server/Commands/AdminCommands.cs +++ b/ReallifeGamemode.Server/Commands/AdminCommands.cs @@ -1907,7 +1907,7 @@ namespace ReallifeGamemode.Server.Commands ChatService.SendMessage(player, "~m~Benutzung: ~s~/remove [Goto] [Punkt]"); return; } - if (!player.GetUser()?.IsAdmin(AdminLevel.PROJEKTLEITUNG) ?? true) //1338 + if (!player.GetUser()?.IsAdmin(AdminLevel.HEADADMIN) ?? true) //VON PROJEKTLEITER auf HEADADMIN { ChatService.NotAuthorized(player); return;