mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-18 07:22:28 +00:00
Merge branch 'clearbans-please' into 'master'
Write empty file on clearbans See merge request STJr/SRB2Internal!464
This commit is contained in:
commit
89f1e1ce61
1 changed files with 1 additions and 0 deletions
|
@ -2225,6 +2225,7 @@ static void Command_ClearBans(void)
|
|||
return;
|
||||
|
||||
I_ClearBans();
|
||||
D_SaveBan();
|
||||
reasontail = NULL;
|
||||
while (reasonhead)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue