mirror of
https://github.com/System-End/Discord-MC-Chat.git
synced 2026-04-20 00:25:18 +00:00
Fix unused warning
This commit is contained in:
parent
a3a20d6730
commit
c57ef52bdd
1 changed files with 1 additions and 1 deletions
|
|
@ -477,7 +477,7 @@ public class DiscordEventHandler extends ListenerAdapter {
|
|||
packet.replySegments = DiscordMessageParser.buildReplySegments(targetMessage);
|
||||
logDiscordEventForConsole(packet);
|
||||
NetworkManager.broadcastToClients(packet);
|
||||
}, error -> {
|
||||
}, _ -> {
|
||||
List<TextSegment> segments = DiscordMessageParser.buildReactionSegments(reactorName, roleColor, emojiText);
|
||||
DiscordEventPacket packet = new DiscordEventPacket(DiscordEventPacket.EventType.REACTION, segments);
|
||||
logDiscordEventForConsole(packet);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue