Merge pull request #9 from 2008Choco/fix-options-file

Fix options.txt overriding in-game changed settings at runtime
This commit is contained in:
iProgramInCpp
2023-07-31 21:16:30 +03:00
committed by GitHub

View File

@@ -145,7 +145,7 @@ void OptionsScreen::render(int a, int b, float c)
void OptionsScreen::removed()
{
#ifdef ORIGINAL_CODE
#ifdef ORIGINAL_CODE // Reloading options will reload the options.txt we introduced. Don't do this
m_pMinecraft->reloadOptions();
#endif
}