fix: 修复TellRaw类库错误

This commit is contained in:
coding
2018-05-16 17:05:47 +00:00
parent e97de1f8d0
commit 967e7d1beb
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
/*global Java, base, module, exports, require*/
var chat = require('api/chat');
var server = require('api/server');
var ChatMessagePart = function () {
var text;