mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-10 02:41:49 +00:00
attempt to resolve teleportation resync issue
This commit is contained in:
parent
59b7a65bca
commit
38dc1c55e4
1 changed files with 1 additions and 1 deletions
|
|
@ -4490,7 +4490,7 @@ static void HandlePacketFromPlayer(SINT8 node)
|
||||||
case PT_RECEIVEDGAMESTATE:
|
case PT_RECEIVEDGAMESTATE:
|
||||||
sendingsavegame[node] = false;
|
sendingsavegame[node] = false;
|
||||||
resendingsavegame[node] = false;
|
resendingsavegame[node] = false;
|
||||||
savegameresendcooldown[node] = I_GetTime() + 15 * TICRATE;
|
savegameresendcooldown[node] = I_GetTime() + TICRATE;
|
||||||
break;
|
break;
|
||||||
// -------------------------------------------- CLIENT RECEIVE ----------
|
// -------------------------------------------- CLIENT RECEIVE ----------
|
||||||
case PT_SERVERTICS:
|
case PT_SERVERTICS:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue