mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 12:31:54 +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
aba7e8f9ab
1 changed files with 1 additions and 0 deletions
|
|
@ -2225,6 +2225,7 @@ static void Command_ClearBans(void)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
I_ClearBans();
|
I_ClearBans();
|
||||||
|
D_SaveBan();
|
||||||
reasontail = NULL;
|
reasontail = NULL;
|
||||||
while (reasonhead)
|
while (reasonhead)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue