From 320e81be1fdffba4f7f6373c8ef4a4778c10d65d Mon Sep 17 00:00:00 2001 From: Phoebe <77941535+catgirlseraid@users.noreply.github.com> Date: Sat, 1 Jun 2024 00:16:43 +1200 Subject: Add more detail to hoppity pv page (#1160) Co-authored-by: jani270 <69345714+jani270@users.noreply.github.com> Co-authored-by: Cal Co-authored-by: SeRaid <77941535+SeRaid743@users.noreply.github.com> Co-authored-by: nopo --- .../moulberry/notenoughupdates/profileviewer/GuiProfileViewer.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/java/io/github/moulberry/notenoughupdates/profileviewer/GuiProfileViewer.java') diff --git a/src/main/java/io/github/moulberry/notenoughupdates/profileviewer/GuiProfileViewer.java b/src/main/java/io/github/moulberry/notenoughupdates/profileviewer/GuiProfileViewer.java index 68a34d02..341cf7c6 100644 --- a/src/main/java/io/github/moulberry/notenoughupdates/profileviewer/GuiProfileViewer.java +++ b/src/main/java/io/github/moulberry/notenoughupdates/profileviewer/GuiProfileViewer.java @@ -707,7 +707,7 @@ public class GuiProfileViewer extends GuiScreen { Utils.drawItemStack(stack, x + 6, y + 9); } - private static String getDisplayName() { + public static String getDisplayName() { return Utils.getElementOrDefault( profile.getHypixelProfile(), "displayname", -- cgit