fix: oops

This commit is contained in:
6arelyFuture 2023-05-10 10:45:39 +01:00
parent 546efe17ea
commit 46142481f9
No known key found for this signature in database
GPG Key ID: 22F9079C86CFAB31

View File

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