mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-26 12:21:19 +00:00
fix VCHELP
This commit is contained in:
parent
b1ec0442da
commit
5500e4c2df
1 changed files with 1 additions and 1 deletions
|
@ -5052,8 +5052,8 @@ static inline void PingUpdate(void)
|
|||
pingtimeout[i]++;
|
||||
if (pingtimeout[i] > cv_pingtimeout.value) // ok your net has been bad for too long, you deserve to die.
|
||||
{
|
||||
pingtimeout[i] = 0;
|
||||
XBOXSTATIC char buf[2];
|
||||
pingtimeout[i] = 0;
|
||||
|
||||
buf[0] = (char)i;
|
||||
buf[1] = KICK_MSG_PING_HIGH;
|
||||
|
|
Loading…
Reference in a new issue