aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRayDeeUx <raydeeux@gmail.com>2022-08-20 11:56:05 -0400
committerRayDeeUx <raydeeux@gmail.com>2022-08-20 11:56:05 -0400
commitba838243665688c58ebd0a9525b1cd58f3e26a92 (patch)
treea92d9f8eafb6698afb992db3990284964e3cc979
parent1baa79b50351ccf50c05e206f79fc18a48302ab6 (diff)
downloadSkyblockHud-Death-Defied-ba838243665688c58ebd0a9525b1cd58f3e26a92.tar.gz
SkyblockHud-Death-Defied-ba838243665688c58ebd0a9525b1cd58f3e26a92.tar.bz2
SkyblockHud-Death-Defied-ba838243665688c58ebd0a9525b1cd58f3e26a92.zip
comment
-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/" };