summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRhodri <24809571+rhld16@users.noreply.github.com>2020-12-10 20:39:05 +0000
committerGitHub <noreply@github.com>2020-12-10 20:39:05 +0000
commit22ffca2a67a02a59de06b4eb1d4cd2e948cf416d (patch)
treef2ac4c2a86ce29e5bf703bbc63887ba89c4b0ab9
parent909260d8823bdd755ab7b5b494d060f58ebfad98 (diff)
downloadBedrockConnect-22ffca2a67a02a59de06b4eb1d4cd2e948cf416d.tar.gz
BedrockConnect-22ffca2a67a02a59de06b4eb1d4cd2e948cf416d.tar.bz2
BedrockConnect-22ffca2a67a02a59de06b4eb1d4cd2e948cf416d.zip
Fix mineville image url and rename to match...
Fix mineville image url and rename to match official bedrock server list
-rw-r--r--serverlist-server/src/main/com/pyratron/pugmatt/bedrockconnect/gui/UIForms.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/serverlist-server/src/main/com/pyratron/pugmatt/bedrockconnect/gui/UIForms.java b/serverlist-server/src/main/com/pyratron/pugmatt/bedrockconnect/gui/UIForms.java
index ff6c10d..4a97b0b 100644
--- a/serverlist-server/src/main/com/pyratron/pugmatt/bedrockconnect/gui/UIForms.java
+++ b/serverlist-server/src/main/com/pyratron/pugmatt/bedrockconnect/gui/UIForms.java
@@ -34,7 +34,7 @@ public class UIForms {
buttons.add(UIComponents.createButton("Mineplex", "https://www.mineplex.com/assets/www-mp/img/footer/footer_smalllogo.png", "url"));
buttons.add(UIComponents.createButton("CubeCraft Games", "https://i.imgur.com/aFH1NUr.png", "url"));
buttons.add(UIComponents.createButton("Lifeboat Network", "https://lbsg.net/wp-content/uploads/2017/06/lifeboat-square.png", "url"));
- buttons.add(UIComponents.createButton("Mineville City", "https://pbs.twimg.com/profile_images/1095835578451537920/0-x9qcw8.png", "url"));
+ buttons.add(UIComponents.createButton("Mineville", "https://i.imgur.com/0K4TDut.png", "url"));
buttons.add(UIComponents.createButton("Galaxite", "https://i.imgur.com/VxXO8Of.png", "url"));
out.add("buttons", buttons);