Fix crash bug with singleplayer after dying

This commit is contained in:
Bella 2020-05-05 15:40:55 -04:00
parent 8154f0715f
commit 898fb71a2c
No known key found for this signature in database
GPG Key ID: DBD4A6030080C8B3
1 changed files with 1 additions and 9 deletions

View File

@ -109,15 +109,7 @@ public class DisplayGuiScreen extends GuiScreen {
gui.handleKeyUp(keyCode);
}
}
@Override
public boolean doesGuiPauseGame() {
if (MODULE_MANAGER.getModule(InventoryMove.class).isEnabled())
return false;
return super.doesGuiPauseGame();
}
public static int getScale() {
int scaleFactor = 0;
int scale = Wrapper.getMinecraft().gameSettings.guiScale;