aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/com/thatgravyboat/skyblockhud
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/com/thatgravyboat/skyblockhud')
-rw-r--r--src/main/java/com/thatgravyboat/skyblockhud/config/SBHConfigEditor.java2
1 files changed, 2 insertions, 0 deletions
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/" };