Fix spectate
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user