mirror of
https://github.com/celisej567/mcpe.git
synced 2026-09-11 20:11:18 +03:00
Merge pull request #9 from 2008Choco/fix-options-file
Fix options.txt overriding in-game changed settings at runtime
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user