mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-18 03:36:47 -04:00
Closing manual when popping the last history entry.
This commit is contained in:
parent
e44b65b986
commit
a8a570defe
@ -80,6 +80,9 @@ class Manual extends GuiScreen {
|
||||
scrollTo(0)
|
||||
refreshPage()
|
||||
}
|
||||
else {
|
||||
Minecraft.getMinecraft.thePlayer.closeScreenNoPacket()
|
||||
}
|
||||
}
|
||||
|
||||
override def doesGuiPauseGame = false
|
||||
|
Loading…
x
Reference in New Issue
Block a user