From 3fe1feccff52da9e4f7016acee5e02a4954f73bf Mon Sep 17 00:00:00 2001 From: coding Date: Wed, 16 May 2018 16:07:30 +0000 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=8E=BB=E9=99=A4=E8=B0=83=E8=AF=95?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/modules/tellraw.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main/resources/modules/tellraw.js b/src/main/resources/modules/tellraw.js index 9f82bbc..031d0a4 100644 --- a/src/main/resources/modules/tellraw.js +++ b/src/main/resources/modules/tellraw.js @@ -17,7 +17,6 @@ var ChatMessagePart = function () { this.hover = function (action, value) { this.hoverEventAction = action; this.hoverEventValue = value; - console.log(this.toJson()); } this.convert = function () { @@ -122,7 +121,7 @@ var Tellraw = function () { this.send = function (player) { chat.json(player, self.json()); } - + this.sendAll = function () { server.players(function sendAllMessage(p) { self.send(p);