|
@ -113,9 +113,10 @@ public class PacketDecoder { |
|
|
return false; |
|
|
return false; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
return true; |
|
|
return true; |
|
|
} |
|
|
} |
|
|
|
|
|
return false; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
public Packet decodePackets(ByteBuf buffer, ClientHead client) throws IOException { |
|
|
public Packet decodePackets(ByteBuf buffer, ClientHead client) throws IOException { |
|
|
if (isStringPacket(buffer)) { |
|
|
if (isStringPacket(buffer)) { |
|
|