Merge branch 'clearbans-please' into 'master'

Write empty file on clearbans

See merge request KartKrew/Kart-Public!156
This commit is contained in:
Sal 2020-05-15 19:29:11 -04:00
commit f60d05764d
1 changed files with 1 additions and 0 deletions

View File

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