Settings: Only write out config on setting change for persistent changes
This commit is contained in:
@@ -495,7 +495,7 @@ DEF_CONSOLE_CMD(ConSaveConfig)
|
||||
return true;
|
||||
}
|
||||
|
||||
SaveToConfig();
|
||||
SaveToConfig(STCF_ALL);
|
||||
IConsolePrint(CC_DEFAULT, "Saved config.");
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user