diff --git a/source/client/gui/screens/OptionsScreen.cpp b/source/client/gui/screens/OptionsScreen.cpp index 455344f..528cd78 100644 --- a/source/client/gui/screens/OptionsScreen.cpp +++ b/source/client/gui/screens/OptionsScreen.cpp @@ -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