MCPcopy Create free account
hub / github.com/PolyMC/PolyMC / doSave

Method doSave

launcher/settings/INISettingsObject.cpp:72–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72void INISettingsObject::doSave()
73{
74 if(m_suspendSave)
75 {
76 m_doSave = true;
77 }
78 else
79 {
80 m_ini.saveFile(m_filePath);
81 }
82}
83
84void INISettingsObject::resetSetting(const Setting &setting)
85{

Callers

nothing calls this directly

Calls 1

saveFileMethod · 0.80

Tested by

no test coverage detected