fix: 1.13 BungeeCord Error

Signed-off-by: MiaoWoo <admin@yumc.pw>
This commit is contained in:
2019-03-11 16:38:32 +08:00
parent 6591a03475
commit d5db16f780
3 changed files with 8 additions and 6 deletions

View File

@@ -9,8 +9,8 @@ import com.google.common.io.ByteStreams;
*/
public class MiaoMessage {
public static final String CHANNEL = "MiaoChat";
public static final String NORMALCHANNEL = "MiaoChatNM";
public static final String CHANNEL = "MiaoChat:MiaoChat".toLowerCase();
public static final String NORMALCHANNEL = "MiaoChat:MiaoChatNM".toLowerCase();
private String json;
private MiaoMessage(String json) {