Skip to content

Commit 070f940

Browse files
committed
Fix: Compile
1 parent 4f7b1f8 commit 070f940

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integrations/ZelChat/src/main/java/com/loohp/multichatdiscordsrvaddon/integration/impl/ZelChatIntegration.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public ChatMessage handleChatMessage(@NotNull ChatMessage chatMessage) {
6161

6262
String formatted = formatForDiscord(chatMessage.getRawMessage());
6363

64-
ChatUtils.toAllow.add(formatted);
64+
ChatUtils.toAllow.put(formatted, formatted);
6565
DiscordSRV.getPlugin().processChatMessage(
6666
chatMessage.getBukkitPlayer(),
6767
formatted,

0 commit comments

Comments
 (0)