[fix] ClickGUI pauses game in single player

This commit is contained in:
Xiaro 2020-12-30 13:52:35 -05:00
parent 706171bbf9
commit e2e26c9868
No known key found for this signature in database
GPG Key ID: 996D265D6E155377
1 changed files with 5 additions and 0 deletions

View File

@ -48,6 +48,11 @@ public class DisplayGuiScreen extends GuiScreen {
return ClickGUI.INSTANCE.getScaleFactor();
}
@Override
public boolean doesGuiPauseGame() {
return false;
}
@Override
public void onGuiClosed() {
KamiGUI gui = KamiMod.INSTANCE.getGuiManager();