diff --git a/source/GUI/Screen/OptionsScreen.cpp b/source/GUI/Screen/OptionsScreen.cpp index 1e1d436..47f1984 100644 --- a/source/GUI/Screen/OptionsScreen.cpp +++ b/source/GUI/Screen/OptionsScreen.cpp @@ -145,7 +145,9 @@ void OptionsScreen::render(int a, int b, float c) void OptionsScreen::removed() { +#ifdef ORIGINAL_CODE m_pMinecraft->reloadOptions(); +#endif } #ifndef ORIGINAL_CODE