fix: fakeping disappearance completely

not sure when and why pingUpdate was appeared, but it was the cause
This commit is contained in:
dmitry 2021-09-16 20:11:57 +03:00
commit d45e534f3c
No known key found for this signature in database
GPG key ID: 8297CE728B7A7E37
4 changed files with 6 additions and 28 deletions

View file

@ -579,7 +579,6 @@ struct Client {
int ping; // when bot latency is enabled, client ping stored here
int iconFlags[kGameMaxPlayers]; // flag holding chatter icons
float iconTimestamp[kGameMaxPlayers]; // timers for chatter icons
bool pingUpdate; // update ping ?
ClientNoise noise;
};