Fix options.txt overriding in-game changed settings at runtime

This commit is contained in:
Parker Hawke
2023-07-31 13:42:08 -04:00
parent 47f9b45ac4
commit 80edda6400

View File

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