aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorefefury <69400149+efefury@users.noreply.github.com>2023-03-31 20:27:15 +0000
committerGitHub <noreply@github.com>2023-03-31 22:27:15 +0200
commit75949d7cb26b7f1e6cb07c8277bd75dbd13a959a (patch)
tree0c3628b2577276f162088ec3a9a7cc32b23daa64
parent754a55ec4f5727388d00ab22324e71f91500378d (diff)
downloadNotEnoughUpdates-75949d7cb26b7f1e6cb07c8277bd75dbd13a959a.tar.gz
NotEnoughUpdates-75949d7cb26b7f1e6cb07c8277bd75dbd13a959a.tar.bz2
NotEnoughUpdates-75949d7cb26b7f1e6cb07c8277bd75dbd13a959a.zip
are we going skiing (#676)
-rw-r--r--src/main/java/io/github/moulberry/notenoughupdates/NotEnoughUpdates.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/NotEnoughUpdates.java b/src/main/java/io/github/moulberry/notenoughupdates/NotEnoughUpdates.java
index 8b6c2255..530d9eed 100644
--- a/src/main/java/io/github/moulberry/notenoughupdates/NotEnoughUpdates.java
+++ b/src/main/java/io/github/moulberry/notenoughupdates/NotEnoughUpdates.java
@@ -141,7 +141,8 @@ public class NotEnoughUpdates {
private static final long CHAT_MSG_COOLDOWN = 200;
//Stolen from Biscut and used for detecting whether in skyblock
private static final Set<String> SKYBLOCK_IN_ALL_LANGUAGES =
- Sets.newHashSet("SKYBLOCK", "\u7A7A\u5C9B\u751F\u5B58", "\u7A7A\u5CF6\u751F\u5B58");
+ Sets.newHashSet("SKYBLOCK", "\u7A7A\u5C9B\u751F\u5B58", "\u7A7A\u5CF6\u751F\u5B58",
+ "SKIBLOCK"); // april fools language
public static NotEnoughUpdates INSTANCE = null;
public static HashMap<String, String> petRarityToColourMap = new HashMap<String, String>() {{
put("UNKNOWN", EnumChatFormatting.RED.toString());