Skip to content

Commit

Permalink
forgot REGAMEDLL_ADD
Browse files Browse the repository at this point in the history
  • Loading branch information
Vaqtincha committed Jan 25, 2025
1 parent 109a956 commit c51c1cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion regamedll/dlls/player.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ void CBasePlayer::SendItemStatus()
MESSAGE_END();
}

#ifdef REGAMEDLL_ADD
inline const char *GetPlayerIdString(bool sameTeam)
{
switch (static_cast<int>(playerid_showhealth.value))
Expand Down Expand Up @@ -145,7 +146,7 @@ inline const char *GetPlayerIdString(bool sameTeam)
}
}
}

#endif

const char *GetCSModelName(int item_id)
{
Expand Down

0 comments on commit c51c1cd

Please sign in to comment.