Closing manual when popping the last history entry.

This commit is contained in:
Florian Nücke 2015-04-08 13:59:41 +02:00
parent e44b65b986
commit a8a570defe

View File

@ -80,6 +80,9 @@ class Manual extends GuiScreen {
scrollTo(0)
refreshPage()
}
else {
Minecraft.getMinecraft.thePlayer.closeScreenNoPacket()
}
}
override def doesGuiPauseGame = false