Fix noclip
This commit is contained in:
@@ -3937,7 +3937,7 @@ namespace ReallifeGamemode.Server.Commands
|
||||
[RemoteEvent("Noclip")]
|
||||
public void Noclip(Player player)
|
||||
{
|
||||
if (player.GetUser().IsAdmin(AdminLevel.HEADADMIN))
|
||||
if (!player.GetUser().IsAdmin(AdminLevel.HEADADMIN))
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user