From ba838243665688c58ebd0a9525b1cd58f3e26a92 Mon Sep 17 00:00:00 2001 From: RayDeeUx Date: Sat, 20 Aug 2022 11:56:05 -0400 Subject: comment --- src/main/java/com/thatgravyboat/skyblockhud/config/SBHConfigEditor.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/java/com/thatgravyboat/skyblockhud/config/SBHConfigEditor.java b/src/main/java/com/thatgravyboat/skyblockhud/config/SBHConfigEditor.java index f94c97a..64c46b7 100644 --- a/src/main/java/com/thatgravyboat/skyblockhud/config/SBHConfigEditor.java +++ b/src/main/java/com/thatgravyboat/skyblockhud/config/SBHConfigEditor.java @@ -30,6 +30,8 @@ import org.lwjgl.opengl.GL11; public class SBHConfigEditor extends GuiElement { + //apparently if you want your link to show up first you gotta put it at the very end of the array + private static final ResourceLocation[] socialsIco = new ResourceLocation[] { DISCORD, DISCORD, TWITTER }; private static final String[] socialsLink = new String[] { "https://inv.wtf/skyclient", "https://discord.gg/moulberry", "https://twitter.com/thatgravyboat/" }; -- cgit