Skip to content

Commit

Permalink
Better reply system & Attachments support
Browse files Browse the repository at this point in the history
  • Loading branch information
DuckySoLucky authored Aug 22, 2022
1 parent b62f91d commit f10dff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/minecraft/handlers/ChatHandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ class StateHandler extends EventHandler {
this.minecraft.broadcastMessage({
fullMessage: colouredMessage,
username: username,
message: playerMessage,
message: playerMessage.replaceAll('@everyone', 'everyone').replaceAll('@here', 'here'),
guildRank: guildRank,
chat: chatType,
})
Expand Down

0 comments on commit f10dff8

Please sign in to comment.