From d5eb916b793e5300b64e12d2c60190d31a24ef43 Mon Sep 17 00:00:00 2001 From: aviate Date: Sat, 7 Sep 2019 20:36:01 +0200 Subject: [PATCH] changed /remove --- ReallifeGamemode.Server/Commands/AdminCommands.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;