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