mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-17 19:11:30 +00:00
Fix incorrect condition for setting savemoddata to false.
This commit is contained in:
parent
5dac9c4731
commit
963c4451b4
1 changed files with 1 additions and 1 deletions
|
|
@ -760,11 +760,11 @@ void G_SetGameModified(boolean silent, boolean major)
|
|||
return;
|
||||
|
||||
modifiedgame = true;
|
||||
savemoddata = false;
|
||||
|
||||
if (!major)
|
||||
return;
|
||||
|
||||
savemoddata = false;
|
||||
majormods = true;
|
||||
|
||||
if (!silent)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue