This commit is contained in:
sirjonasxx 2020-05-01 14:37:57 +02:00
parent 55198b77c4
commit 1b71b97501

View File

@ -34,7 +34,6 @@ public class IncomingPacketHandler extends PacketHandler {
@Override
public void act(byte[] buffer) throws IOException {
System.out.println("gotincoming");
if (isDataStream) {
continuedAct(buffer);
}