diff options
| author | Matthew <pugmatt@gmail.com> | 2020-12-13 19:55:24 -0500 |
|---|---|---|
| committer | Matthew <pugmatt@gmail.com> | 2020-12-13 19:55:24 -0500 |
| commit | 952f56a5edd80ed5144a61f123b2f7e49be83a7c (patch) | |
| tree | 2da61f633690061f869898fbc766334850e677a4 /serverlist-server | |
| parent | db6d270775974848510f67208ae89c9bd2e5b8c6 (diff) | |
| parent | be745a604b15ceb01a7b8a7008f8d434791a057f (diff) | |
| download | BedrockConnect-952f56a5edd80ed5144a61f123b2f7e49be83a7c.tar.gz BedrockConnect-952f56a5edd80ed5144a61f123b2f7e49be83a7c.tar.bz2 BedrockConnect-952f56a5edd80ed5144a61f123b2f7e49be83a7c.zip | |
Merge branch 'master' of https://github.com/Pugmatt/BedrockConnect
Diffstat (limited to 'serverlist-server')
| -rw-r--r-- | serverlist-server/src/main/com/pyratron/pugmatt/bedrockconnect/gui/UIForms.java | 2 |
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); |
