feat: 去除调试代码
This commit is contained in:
parent
f7b97f3e84
commit
3fe1feccff
@ -17,7 +17,6 @@ var ChatMessagePart = function () {
|
|||||||
this.hover = function (action, value) {
|
this.hover = function (action, value) {
|
||||||
this.hoverEventAction = action;
|
this.hoverEventAction = action;
|
||||||
this.hoverEventValue = value;
|
this.hoverEventValue = value;
|
||||||
console.log(this.toJson());
|
|
||||||
}
|
}
|
||||||
|
|
||||||
this.convert = function () {
|
this.convert = function () {
|
||||||
@ -122,7 +121,7 @@ var Tellraw = function () {
|
|||||||
this.send = function (player) {
|
this.send = function (player) {
|
||||||
chat.json(player, self.json());
|
chat.json(player, self.json());
|
||||||
}
|
}
|
||||||
|
|
||||||
this.sendAll = function () {
|
this.sendAll = function () {
|
||||||
server.players(function sendAllMessage(p) {
|
server.players(function sendAllMessage(p) {
|
||||||
self.send(p);
|
self.send(p);
|
||||||
|
Loading…
Reference in New Issue
Block a user