Update GuiSeppukuMainMenu.java
Removed the .html at the end of the link at line 121 so the redirect works
This commit is contained in:
parent
21d58fc5b2
commit
db52ae0000
|
@ -118,7 +118,7 @@ public final class GuiSeppukuMainMenu extends GuiScreen {
|
|||
|
||||
if (desktop != null && desktop.isSupported(Desktop.Action.BROWSE)) {
|
||||
try {
|
||||
desktop.browse(new URL("https://seppuku.pw/donate.html").toURI());
|
||||
desktop.browse(new URL("https://seppuku.pw/donate").toURI());
|
||||
} catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue