removed debug out

This commit is contained in:
Alastair 2017-05-25 11:16:42 +01:00
parent 07db2f8208
commit 62fc4add68
1 changed files with 0 additions and 1 deletions

View File

@ -60,7 +60,6 @@ public class CraftBukkit {
plugin.getLogger().info("Old version detected, changing chat method");
this.chatPacketConstructor = Class.forName(minecraftPackage + "PacketPlayOutChat").getConstructor(chatBaseComponent, byte.class);
}
System.out.println(useEnumType);
if(chatSerialClass != null){
this.serializeMessage = chatSerialClass.getMethod("a", String.class);