diff --git a/src/d_clisrv.c b/src/d_clisrv.c index 7482aed21..20e360592 100644 --- a/src/d_clisrv.c +++ b/src/d_clisrv.c @@ -6008,7 +6008,7 @@ static void SV_Maketic(void) } } // Moved here so bots and packetloss indication doesn't break.... - G_MoveTiccmd(netcmds[maketic % BACKUPTICS], playercmds, MAXPLAYERS); + G_CopyTiccmd(netcmds[maketic % BACKUPTICS], playercmds, MAXPLAYERS); maketic++; }