mirror of
https://github.com/sirjonasxx/G-Earth.git
synced 2024-11-26 18:30:52 +01:00
support for hotels with no support for optional clientside encryption
This commit is contained in:
parent
472c20e5e9
commit
2f0b97d537
@ -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);
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user