mirror of
https://github.com/diamante0018/PP-GSC.git
synced 2025-08-30 04:53:18 +00:00
fix: oops
This commit is contained in:
@@ -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(); \
|
||||||
|
Reference in New Issue
Block a user