From 46142481f9a4253f7009439bf35630ccf673f94f Mon Sep 17 00:00:00 2001 From: FutureRave Date: Wed, 10 May 2023 10:45:39 +0100 Subject: [PATCH] fix: oops --- _utility.gsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_utility.gsh b/_utility.gsh index 51e777e..5551fd0 100644 --- a/_utility.gsh +++ b/_utility.gsh @@ -75,7 +75,7 @@ #if defined(IW4MP) #define NOCLIP(ent) ent noclip() -#else /* All clients should have it */ +#else /* All clients should have it. But require the following */ #define NOCLIP(ent) \ setDvar( "sv_cheats", 1 ); \ ent noclip(); \