diff options
author | HacktheTime <l4bg0jb7@duck.com> | 2023-11-12 10:32:05 +0100 |
---|---|---|
committer | HacktheTime <l4bg0jb7@duck.com> | 2023-11-12 10:32:05 +0100 |
commit | 85c9867682f497051d4d9db4960aa62273bb6204 (patch) | |
tree | 7a32d2d1f6041726673491d1cf2f9489bea71df2 /common | |
parent | ce208c31079689527a489eab2b54765591a8507f (diff) | |
download | BBsentials-85c9867682f497051d4d9db4960aa62273bb6204.tar.gz BBsentials-85c9867682f497051d4d9db4960aa62273bb6204.tar.bz2 BBsentials-85c9867682f497051d4d9db4960aa62273bb6204.zip |
fixed a crash regarding numpad config
removed primal fear notifications again.
Diffstat (limited to 'common')
-rw-r--r-- | common/src/main/java/de/hype/bbsentials/common/chat/Chat.java | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/common/src/main/java/de/hype/bbsentials/common/chat/Chat.java b/common/src/main/java/de/hype/bbsentials/common/chat/Chat.java index 517a93f..c35f4ad 100644 --- a/common/src/main/java/de/hype/bbsentials/common/chat/Chat.java +++ b/common/src/main/java/de/hype/bbsentials/common/chat/Chat.java @@ -324,11 +324,9 @@ public class Chat { } } else if (messageUnformatted.equals("Click here to purchase a new 6 hour pass for 10,000 Coins")) { + Chat.sendPrivateMessageToSelfText(Message.tellraw("[\"\",\"You can press \",{\"keybind\":\"Chat Prompt Yes / Open Menu\",\"color\":\"green\"},\" to buy it.\"]")); setChatCommand("/purchasecrystallhollowspass", 30); } - else if (messageUnformatted.startsWith("FEAR. A Primal Fear")) { - sendNotification("BB: Primal Fear", messageUnformatted); - } } else if (message.isFromGuild()) { |