Fix gui not closing when pressing esc
This commit is contained in:
@@ -444,6 +444,7 @@ public class GuiWorldHandler extends Container
|
||||
public void onClose()
|
||||
{
|
||||
ActionHelper.tryRun(this.content::onGuiClosed);
|
||||
super.onClose();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user