* Make the options not reload

This commit is contained in:
iProgramInCpp
2023-07-31 21:09:12 +03:00
parent 5884302836
commit 24a693026f

View File

@@ -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