fix: oops

This commit is contained in:
2023-05-10 10:45:39 +01:00
parent 546efe17ea
commit 46142481f9

View File

@@ -75,7 +75,7 @@
#if defined(IW4MP) #if defined(IW4MP)
#define NOCLIP(ent) ent noclip() #define NOCLIP(ent) ent noclip()
#else /* All clients should have it */ #else /* All clients should have it. But require the following */
#define NOCLIP(ent) \ #define NOCLIP(ent) \
setDvar( "sv_cheats", 1 ); \ setDvar( "sv_cheats", 1 ); \
ent noclip(); \ ent noclip(); \