mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Remove debug print
This commit is contained in:
parent
6ac992e342
commit
273c81d484
1 changed files with 2 additions and 0 deletions
|
|
@ -5542,8 +5542,10 @@ static void HandlePacketFromPlayer(SINT8 node)
|
||||||
if (timegap < netbuffer->u.clientpak.wantdelay)
|
if (timegap < netbuffer->u.clientpak.wantdelay)
|
||||||
{
|
{
|
||||||
faketic += (netbuffer->u.clientpak.wantdelay - timegap);
|
faketic += (netbuffer->u.clientpak.wantdelay - timegap);
|
||||||
|
/*
|
||||||
if (node != servernode || !netgame)
|
if (node != servernode || !netgame)
|
||||||
CONS_Printf("wanted %d with gap %d, +%d\n", netbuffer->u.clientpak.wantdelay, timegap, faketic - maketic);
|
CONS_Printf("wanted %d with gap %d, +%d\n", netbuffer->u.clientpak.wantdelay, timegap, faketic - maketic);
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
// And if we already have a ticcmd submitted for that time, it's weird packet pacing
|
// And if we already have a ticcmd submitted for that time, it's weird packet pacing
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue