From 24a693026f2319be13357c81dd8ad08009f062ff Mon Sep 17 00:00:00 2001 From: iProgramInCpp Date: Mon, 31 Jul 2023 21:09:12 +0300 Subject: [PATCH] * Make the options not reload --- source/GUI/Screen/OptionsScreen.cpp | 2 ++ 1 file changed, 2 insertions(+) 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