mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-02-28 22:51:29 +00:00
Merge branch 'clearbans-please' into 'master'
Write empty file on clearbans See merge request KartKrew/Kart-Public!156
This commit is contained in:
commit
f60d05764d
1 changed files with 1 additions and 0 deletions
|
@ -2449,6 +2449,7 @@ static void Command_ClearBans(void)
|
|||
return;
|
||||
|
||||
I_ClearBans();
|
||||
D_SaveBan();
|
||||
reasontail = NULL;
|
||||
while (reasonhead)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue