aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/de/cowtipper/cowlection/util/VersionChecker.java
diff options
context:
space:
mode:
authorCow <cow@volloeko.de>2023-07-22 16:01:03 +0200
committerCow <cow@volloeko.de>2023-07-22 16:01:03 +0200
commit0ce8dc4ff8fa01fa17963c2ca7577700956ecf43 (patch)
tree36d1e929c4c766b5888718bdf72d496d198e45f8 /src/main/java/de/cowtipper/cowlection/util/VersionChecker.java
parente6fda2edb243df9b95ce062ac65e088ab40d5dfd (diff)
downloadCowlection-0ce8dc4ff8fa01fa17963c2ca7577700956ecf43.tar.gz
Cowlection-0ce8dc4ff8fa01fa17963c2ca7577700956ecf43.tar.bz2
Cowlection-0ce8dc4ff8fa01fa17963c2ca7577700956ecf43.zip
Removed best friends list and join/leave notifications toggles
Both features have been implemented by Hypixel
Diffstat (limited to 'src/main/java/de/cowtipper/cowlection/util/VersionChecker.java')
-rw-r--r--src/main/java/de/cowtipper/cowlection/util/VersionChecker.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/de/cowtipper/cowlection/util/VersionChecker.java b/src/main/java/de/cowtipper/cowlection/util/VersionChecker.java
index ea313c0..4ccb0fd 100644
--- a/src/main/java/de/cowtipper/cowlection/util/VersionChecker.java
+++ b/src/main/java/de/cowtipper/cowlection/util/VersionChecker.java
@@ -72,7 +72,7 @@ public class VersionChecker {
statusMsg = new ChatComponentText("✔ You're running the latest version (" + Cowlection.VERSION + ").").setChatStyle(new ChatStyle().setColor(EnumChatFormatting.GREEN));
} else if (versionResult.status == ForgeVersion.Status.PENDING) {
// pending
- statusMsg = new ChatComponentText("➜ " + "Version check either failed or is still running.").setChatStyle(new ChatStyle().setColor(EnumChatFormatting.YELLOW))
+ statusMsg = new ChatComponentText("➜ Version check either failed or is still running.").setChatStyle(new ChatStyle().setColor(EnumChatFormatting.YELLOW))
.appendSibling(new ChatComponentText("\n ➊ Check for results again in a few seconds with " + EnumChatFormatting.GOLD + "/moo version").setChatStyle(new ChatStyle()
.setColor(EnumChatFormatting.YELLOW)
.setChatClickEvent(new ClickEvent(ClickEvent.Action.RUN_COMMAND, "/moo version"))