mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-08 09:02:53 +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;
|
||||
|
||||
I_ClearBans();
|
||||
D_SaveBan();
|
||||
reasontail = NULL;
|
||||
while (reasonhead)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue