support for hotels with no support for optional clientside encryption

This commit is contained in:
sirjonasxx 2018-10-12 18:03:12 +02:00
parent 472c20e5e9
commit 2f0b97d537

View File

@ -22,6 +22,9 @@ public class IncomingHandler extends Handler {
packet.readString();
isEncryptedStream = packet.readBoolean();
}
else if (message.getIndex() > 5) {
((List<TrafficListener>)listeners[0]).remove(this);
}
}
};