diff options
| author | Moulberry <james.jenour@student.scotch.wa.edu.au> | 2020-07-31 19:32:53 +1000 |
|---|---|---|
| committer | Moulberry <james.jenour@student.scotch.wa.edu.au> | 2020-07-31 19:32:53 +1000 |
| commit | 1b2b38531242d2f3862f5594199bd55d0bf00539 (patch) | |
| tree | 1894333585a4c85fb83068a0216a380c11f8888f /src/main/java/io/github/moulberry/notenoughupdates/NEUOverlay.java | |
| parent | 6166dd2cbc8acfb67165834869b5d7dee5176cff (diff) | |
| download | notenoughupdates-1b2b38531242d2f3862f5594199bd55d0bf00539.tar.gz notenoughupdates-1b2b38531242d2f3862f5594199bd55d0bf00539.tar.bz2 notenoughupdates-1b2b38531242d2f3862f5594199bd55d0bf00539.zip | |
1.0.5
Diffstat (limited to 'src/main/java/io/github/moulberry/notenoughupdates/NEUOverlay.java')
| -rw-r--r-- | src/main/java/io/github/moulberry/notenoughupdates/NEUOverlay.java | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/NEUOverlay.java b/src/main/java/io/github/moulberry/notenoughupdates/NEUOverlay.java index a234ca8a..c2db41d0 100644 --- a/src/main/java/io/github/moulberry/notenoughupdates/NEUOverlay.java +++ b/src/main/java/io/github/moulberry/notenoughupdates/NEUOverlay.java @@ -309,8 +309,9 @@ public class NEUOverlay extends Gui { @Override public void mouseClick(float x, float y, int mouseX, int mouseY) { if(Mouse.getEventButtonState()) { - displayInformationPane(HTMLInfoPane.createFromWikiUrl(overlay, manager, "Help", - "https://moulberry.github.io/files/neu_help.html")); + //displayInformationPane(HTMLInfoPane.createFromWikiUrl(overlay, manager, "Help", + // "https://moulberry.github.io/files/neu_help.html")); + Minecraft.getMinecraft().displayGuiScreen(new HelpGUI()); Utils.playPressSound(); } } |
