mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-06 18:08:26 +00:00
another thing to fix hud display for custom-frame bots
This commit is contained in:
parent
fc8b78ae43
commit
11d2ae0785
@ -1026,7 +1026,7 @@ int AddHUDToBuffer_Source2013(int client, huddata_t data, char[] buffer, int max
|
||||
|
||||
if(data.bReplay)
|
||||
{
|
||||
if(data.iStyle != -1 && Shavit_GetReplayStatus(data.iTarget) != Replay_Idle && Shavit_IsReplayDataLoaded(data.iStyle, data.iTrack))
|
||||
if(data.iStyle != -1 && Shavit_GetReplayStatus(data.iTarget) != Replay_Idle && Shavit_GetReplayCacheFrameCount(data.iTarget) > 0)
|
||||
{
|
||||
char sTrack[32];
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user