From 75949d7cb26b7f1e6cb07c8277bd75dbd13a959a Mon Sep 17 00:00:00 2001 From: efefury <69400149+efefury@users.noreply.github.com> Date: Fri, 31 Mar 2023 20:27:15 +0000 Subject: are we going skiing (#676) --- .../java/io/github/moulberry/notenoughupdates/NotEnoughUpdates.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 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 petRarityToColourMap = new HashMap() {{ put("UNKNOWN", EnumChatFormatting.RED.toString()); -- cgit