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