diff options
| author | Matthew <pugmatt@gmail.com> | 2021-12-14 03:08:05 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-14 03:08:05 -0500 |
| commit | 064c63c224a5b3881b6517a5f24ed28fb4df5a8f (patch) | |
| tree | c00ecba06f3a14de12d6eef6a809a11eda580e5a /serverlist-server | |
| parent | 3c7480a649cf7445a6c205f4095329b7145d736e (diff) | |
| parent | 3bd2ff98ee3516bbb5524964b127500935787d29 (diff) | |
| download | BedrockConnect-1.12.1.tar.gz BedrockConnect-1.12.1.tar.bz2 BedrockConnect-1.12.1.zip | |
Merge pull request #245 from CrafterPika/master1.12.1
Fix Lifeboat Network icon loading
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 f4eb4c4..c8e0509 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 @@ -28,7 +28,7 @@ public class UIForms { featuredServerButtons.add(UIComponents.createButton("The Hive", "https://forum.playhive.com/uploads/default/original/1X/0d05e3240037f7592a0f16b11b57c08eba76f19c.png", "url")); featuredServerButtons.add(UIComponents.createButton("Mineplex", "https://www.mineplex.com/assets/www-mp/img/footer/footer_smalllogo.png", "url")); featuredServerButtons.add(UIComponents.createButton("CubeCraft Games", "https://i.imgur.com/aFH1NUr.png", "url")); - featuredServerButtons.add(UIComponents.createButton("Lifeboat Network", "https://lbsg.net/wp-content/uploads/2017/06/lifeboat-square.png", "url")); + featuredServerButtons.add(UIComponents.createButton("Lifeboat Network", "https://i.imgur.com/LoI7bYx.png", "url")); featuredServerButtons.add(UIComponents.createButton("Mineville", "https://i.imgur.com/0K4TDut.png", "url")); featuredServerButtons.add(UIComponents.createButton("Galaxite", "https://i.imgur.com/VxXO8Of.png", "url")); featuredServerButtons.add(UIComponents.createButton("Pixel Paradise", "https://i.imgur.com/IMe5NSf.jpg", "url")); |
