mirror of
https://github.com/diamante0018/PP-GSC.git
synced 2025-04-22 05:05:44 +00:00
fix: oops
This commit is contained in:
parent
546efe17ea
commit
46142481f9
@ -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(); \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user