Fix noclip

This commit is contained in:
hydrant
2021-05-05 18:42:36 +02:00
parent fbc3d06c27
commit d6a07655f8

View File

@@ -3937,7 +3937,7 @@ namespace ReallifeGamemode.Server.Commands
[RemoteEvent("Noclip")] [RemoteEvent("Noclip")]
public void Noclip(Player player) public void Noclip(Player player)
{ {
if (player.GetUser().IsAdmin(AdminLevel.HEADADMIN)) if (!player.GetUser().IsAdmin(AdminLevel.HEADADMIN))
{ {
return; return;
} }