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(); \