diff options
author | Cow <cow@volloeko.de> | 2023-07-22 16:01:03 +0200 |
---|---|---|
committer | Cow <cow@volloeko.de> | 2023-07-22 16:01:03 +0200 |
commit | 0ce8dc4ff8fa01fa17963c2ca7577700956ecf43 (patch) | |
tree | 36d1e929c4c766b5888718bdf72d496d198e45f8 /src/main/java/de/cowtipper/cowlection/util/VersionChecker.java | |
parent | e6fda2edb243df9b95ce062ac65e088ab40d5dfd (diff) | |
download | Cowlection-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.java | 2 |
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")) |