mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-03-01 07:02:11 +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;
|
return;
|
||||||
|
|
||||||
I_ClearBans();
|
I_ClearBans();
|
||||||
|
D_SaveBan();
|
||||||
reasontail = NULL;
|
reasontail = NULL;
|
||||||
while (reasonhead)
|
while (reasonhead)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue