diff --git a/ReallifeGamemode.Server/Commands/AdminCommands.cs b/ReallifeGamemode.Server/Commands/AdminCommands.cs index 03313e49..3bdfa2b5 100644 --- a/ReallifeGamemode.Server/Commands/AdminCommands.cs +++ b/ReallifeGamemode.Server/Commands/AdminCommands.cs @@ -1791,7 +1791,7 @@ namespace ReallifeGamemode.Server.Commands public void CmdAdminSpectate(Player player, string targetname = null) { User user = player.GetUser(); - if (user.IsAdmin(AdminLevel.ADMIN)) + if (!user.IsAdmin(AdminLevel.ADMIN)) { ChatService.NotAuthorized(player); return;