mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-10 08:44:25 +00:00
Fix SV_StopServer not calling D_Clearticcmd correctly
This commit is contained in:
parent
851c52f3dd
commit
d56c00a466
1 changed files with 1 additions and 1 deletions
|
|
@ -3292,7 +3292,7 @@ void SV_StopServer(void)
|
|||
localtextcmd[0] = 0;
|
||||
localtextcmd2[0] = 0;
|
||||
|
||||
for (i = 0; i < BACKUPTICS; i++)
|
||||
for (i = firstticstosend; i < firstticstosend + BACKUPTICS; i++)
|
||||
D_Clearticcmd(i);
|
||||
|
||||
consoleplayer = 0;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue