fix: use T4 specific macros
All checks were successful
Build / build-linux (push) Successful in 8s

This commit is contained in:
6arelyFuture 2024-03-20 18:44:58 +01:00
parent 706408d20f
commit f1406bfb4f

View File

@ -1,5 +1,7 @@
/* Meaning of some macros:
* T4: Plutonium
* T4: Plutonium - Generic
* T4MP: Plutonium - Multiplayer only
* T4SP: Plutonium - Singleplayer only
* IW4MP: Multiplayer only
* IW4SP: Singleplayer only
* IW4: Generic
@ -26,7 +28,7 @@
#define TEMP_DVAR "temp_dvar_util"
#if defined(T4)
#if defined(T4SP)
#define CLIENT_FIELD_NAME playername
#else
#define CLIENT_FIELD_NAME name