fix tsupport

This commit is contained in:
hydrant
2021-04-05 16:48:05 +02:00
parent c47cff6788
commit 8af5f18143

View File

@@ -277,7 +277,7 @@ namespace ReallifeGamemode.Server.Commands
public void CmdAdminTSupport(Player player)
{
User user = player.GetUser();
if (user.IsAdmin(AdminLevel.SUPPORTER))
if (!user.IsAdmin(AdminLevel.SUPPORTER))
{
ChatService.NotAuthorized(player);
return;