Save bans when cleared too

(Why doesn't it work for I_Quit?)
This commit is contained in:
James R 2019-08-22 15:18:14 -07:00
parent 3cd5b3a33e
commit 3838700f2c

View file

@ -2465,6 +2465,7 @@ static void Command_ClearBans(void)
return;
I_ClearBans();
D_SaveBan();
reasontail = NULL;
while (reasonhead)
{