Fix Saving Options

This commit is contained in:
TheBrokenRail
2023-11-02 17:07:03 -04:00
committed by iProgramInCpp
parent c47457725e
commit 5cdd306a28

View File

@@ -296,6 +296,9 @@ void OptionsScreen::render(int a, int b, float c)
void OptionsScreen::removed()
{
#ifndef ORIGINAL_CODE
m_pMinecraft->saveOptions();
#endif
}
#ifndef ORIGINAL_CODE