Drop leftover mod loader settings
I messed up the merge. Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
@ -579,9 +579,6 @@ Application::Application(int& argc, char** argv) : QApplication(argc, argv)
|
||||
m_settings->registerSetting("IgnoreJavaCompatibility", false);
|
||||
m_settings->registerSetting("IgnoreJavaWizard", false);
|
||||
|
||||
// Mod loader settings
|
||||
m_settings->registerSetting("DisableQuiltBeacon", false);
|
||||
|
||||
// Legacy settings
|
||||
m_settings->registerSetting("OnlineFixes", true);
|
||||
|
||||
|
Reference in New Issue
Block a user