mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-17 10:11:02 +00:00
Fix SV_StopServer not calling D_Clearticcmd correctly
This commit is contained in:
parent
490f5beb89
commit
bd2334dd93
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…
Reference in a new issue