4
1
mirror of https://e.coding.net/circlecloud/MiaoChat.git synced 2025-09-11 11:37:02 +00:00

fix: 控制台重复输出聊天信息

Signed-off-by: 502647092 <admin@yumc.pw>
This commit is contained in:
2017-04-07 21:46:00 +08:00
parent f18647a2c6
commit a6653ade3d
2 changed files with 7 additions and 2 deletions

View File

@ -120,7 +120,6 @@ public class ChatListener implements Listener {
receive.clear();
plist.removeAll(offList);
plist.forEach(tr::send);
Bukkit.getConsoleSender().sendMessage(tr.toOldMessageFormat());
}
private Tellraw handleTellraw(Player player, Tellraw tr, ChatRule cr, String message) {