diff --git a/regamedll/dlls/player.cpp b/regamedll/dlls/player.cpp index 58b3c4f6a..0ef6bdefa 100644 --- a/regamedll/dlls/player.cpp +++ b/regamedll/dlls/player.cpp @@ -115,6 +115,7 @@ void CBasePlayer::SendItemStatus() MESSAGE_END(); } +#ifdef REGAMEDLL_ADD inline const char *GetPlayerIdString(bool sameTeam) { switch (static_cast(playerid_showhealth.value)) @@ -145,7 +146,7 @@ inline const char *GetPlayerIdString(bool sameTeam) } } } - +#endif const char *GetCSModelName(int item_id) {