Fix Options Saving (Again)

This commit is contained in:
TheBrokenRail
2023-11-05 17:05:22 -05:00
committed by iProgramInCpp
parent 433b1532d9
commit 630b1a3613

View File

@@ -55,7 +55,9 @@ void OptionsScreen::render(int mouseX, int mouseY, float f)
void OptionsScreen::removed()
{
#ifndef ORIGINAL_CODE
m_pMinecraft->saveOptions();
#endif
}
void OptionsScreen::buttonClicked(Button* pButton)