Skip to content

Commit

Permalink
Don't log Discord messages twice
Browse files Browse the repository at this point in the history
Signed-off-by: unilock <unilock@fennet.rentals>
  • Loading branch information
unilock committed Apr 6, 2024
1 parent 8bec6af commit 0bd6ea9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/cc/unilock/nilcord/discord/Discord.java
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ public void onMessageReceived(@NotNull MessageReceivedEvent event) {
message
);

server.sendMessage(msg);
server.getPlayerManager().broadcast(msg, false);
}

Expand Down

0 comments on commit 0bd6ea9

Please sign in to comment.