Skip to content

Commit

Permalink
Message: Use correct sendMessage overload when not sending recursively
Browse files Browse the repository at this point in the history
  • Loading branch information
mattco98 committed Dec 1, 2023
1 parent fbeabea commit 19c9e6a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ class Message {
Client.getMinecraft().networkHandler?.onGameMessage(GameMessageS2CPacket(chatMessage, false))
}
} else {
Player.toMC()?.sendMessage(chatMessage, false)
Player.toMC()?.sendMessage(chatMessage)
}
}

Expand Down

0 comments on commit 19c9e6a

Please sign in to comment.