diff --git a/mp/src/game/client/neo/ui/neo_root_settings.cpp b/mp/src/game/client/neo/ui/neo_root_settings.cpp index 0c61f1d319..c34ffb38ab 100644 --- a/mp/src/game/client/neo/ui/neo_root_settings.cpp +++ b/mp/src/game/client/neo/ui/neo_root_settings.cpp @@ -560,6 +560,7 @@ void NeoSettingsSave(const NeoSettings *ns) } engine->ClientCmd_Unrestricted("host_writeconfig"); + engine->ClientCmd_Unrestricted("mat_savechanges"); } void NeoSettingsResetToDefault(NeoSettings *ns)