mirror of
https://github.com/diamante0018/PP-GSC.git
synced 2025-04-19 12:02:53 +00:00
fix: isTestClient
This commit is contained in:
parent
3f9a5d77a5
commit
58705285e2
@ -1,10 +1,10 @@
|
||||
/* Meaning of some macros:
|
||||
* IW5: Plutonium
|
||||
* T4: Plutonium
|
||||
* IW5x: Reserved
|
||||
* IW4MP: Multiplayer only
|
||||
* IW4SP: Singleplayer only
|
||||
* IW4: Generic
|
||||
* IW5x: Reserved
|
||||
* IW5: Plutonium
|
||||
* TOOL: GSC-Tool mode
|
||||
* Usage with a C++20 (or a later standard) compliant preprocessor may be required.
|
||||
* /Zc:preprocessor is required with the MSVC compiler.
|
||||
@ -101,7 +101,7 @@
|
||||
/* Tweak as necessary. Can be return, continue or break */
|
||||
#define CHK_ACTION continue
|
||||
|
||||
#if defined(IW4MP) || defined(IW5x)
|
||||
#if defined(IW4MP) || defined(IW5x) || defined(IW5)
|
||||
#define BOT_CHK(ent) \
|
||||
if ( ent isTestClient() ) \
|
||||
{ \
|
||||
|
Loading…
x
Reference in New Issue
Block a user