mirror of
https://github.com/OpenDriver2/REDRIVER2.git
synced 2024-11-22 18:32:42 +01:00
- temporary disabled stored pings reading in replays
This commit is contained in:
parent
8aabcacb55
commit
68029eccf9
@ -627,7 +627,9 @@ int StorePingInfo(int cookieCount, int carId)
|
||||
// [A] returns 1 if can use ping buffer
|
||||
int IsPingInfoAvailable()
|
||||
{
|
||||
if (gUseStoredPings == 0 || gInGameChaseActive == 0 && gLoadedReplay == 0)
|
||||
// [A] loaded replays pings temporarily disabled...
|
||||
|
||||
if (gUseStoredPings == 0 || gInGameChaseActive == 0)// && gLoadedReplay == 0)
|
||||
return 0;
|
||||
|
||||
return PingBuffer != NULL && PingBufferPos < MAX_REPLAY_PINGS;
|
||||
|
Loading…
Reference in New Issue
Block a user