mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-04-09 11:51:45 +00:00
Save bans when cleared too
(Why doesn't it work for I_Quit?)
This commit is contained in:
parent
3cd5b3a33e
commit
3838700f2c
1 changed files with 1 additions and 0 deletions
|
@ -2465,6 +2465,7 @@ static void Command_ClearBans(void)
|
|||
return;
|
||||
|
||||
I_ClearBans();
|
||||
D_SaveBan();
|
||||
reasontail = NULL;
|
||||
while (reasonhead)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue