commit
2e1e5fcd69
|
@ -135,7 +135,7 @@ public final class FpsGraphComponent extends ResizableHudComponent {
|
|||
// border
|
||||
RenderUtil.drawBorderedRectBlurred(this.getX(), this.getY(), this.getX() + this.getW(), this.getY() + this.getH(), 2.0f, 0x00000000, 0x90101010);
|
||||
} else {
|
||||
mc.fontRenderer.drawStringWithShadow("(movement)", this.getX(), this.getY(), 0xFFAAAAAA);
|
||||
mc.fontRenderer.drawStringWithShadow("(fps graph)", this.getX(), this.getY(), 0xFFAAAAAA);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -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