mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-10 10:02:41 +00:00
Save bans when cleared too
(Why doesn't it work for I_Quit?)
This commit is contained in:
parent
9beaac2e53
commit
35be353de4
1 changed files with 1 additions and 0 deletions
|
|
@ -2465,6 +2465,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