Skip to content

Commit

Permalink
Fix port issues again
Browse files Browse the repository at this point in the history
  • Loading branch information
Erdragh committed Apr 27, 2024
1 parent 0309910 commit 0e9d357
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ object BotMod {
}

private fun onChatMessage(event: ServerChatEvent) {
minecraftHandler?.sendChatToDiscord(event.player, event.message)
minecraftHandler?.sendChatToDiscord(event.player, event.component)
}

private fun onSystemMessage(event: SystemMessageEvent) {
Expand Down

0 comments on commit 0e9d357

Please sign in to comment.