mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-23 14:01:14 +00:00
adjust cooldown to 5 seconds (bandage fix for 2.2.9)
This commit is contained in:
parent
38dc1c55e4
commit
3fb2a1fba5
1 changed files with 1 additions and 1 deletions
|
|
@ -4490,7 +4490,7 @@ static void HandlePacketFromPlayer(SINT8 node)
|
|||
case PT_RECEIVEDGAMESTATE:
|
||||
sendingsavegame[node] = false;
|
||||
resendingsavegame[node] = false;
|
||||
savegameresendcooldown[node] = I_GetTime() + TICRATE;
|
||||
savegameresendcooldown[node] = I_GetTime() + 5 * TICRATE;
|
||||
break;
|
||||
// -------------------------------------------- CLIENT RECEIVE ----------
|
||||
case PT_SERVERTICS:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue