diff --git a/source/GUI/Screen/OptionsScreen.cpp b/source/GUI/Screen/OptionsScreen.cpp index 47f1984..ce0abb6 100644 --- a/source/GUI/Screen/OptionsScreen.cpp +++ b/source/GUI/Screen/OptionsScreen.cpp @@ -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 }