Fix issue with PostExitCmd not translating to PostExitCommand
This commit is contained in:
parent
f2e8a8c904
commit
f0ffd379fa
@ -413,7 +413,7 @@ void MultiMC::initGlobalSettings()
|
||||
|
||||
// Custom Commands
|
||||
m_settings->registerSetting({"PreLaunchCommand", "PreLaunchCmd"}, "");
|
||||
m_settings->registerSetting({"PostExitCommand", "PostLaunchCmd"}, "");
|
||||
m_settings->registerSetting({"PostExitCommand", "PostExitCmd"}, "");
|
||||
|
||||
// The cat
|
||||
m_settings->registerSetting("TheCat", false);
|
||||
|
Loading…
Reference in New Issue
Block a user