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