mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-21 18:32:08 +00:00
Save bans when cleared too
(Why doesn't it work for I_Quit?)
This commit is contained in:
parent
1f7e5aa150
commit
b38a1ec313
1 changed files with 1 additions and 0 deletions
|
@ -2225,6 +2225,7 @@ static void Command_ClearBans(void)
|
|||
return;
|
||||
|
||||
I_ClearBans();
|
||||
D_SaveBan();
|
||||
reasontail = NULL;
|
||||
while (reasonhead)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue