mirror of
https://github.com/sirjonasxx/G-Earth.git
synced 2024-11-26 18:30:52 +01:00
thing
This commit is contained in:
parent
2f0b97d537
commit
feadc99024
@ -22,7 +22,7 @@ public class IncomingHandler extends Handler {
|
||||
packet.readString();
|
||||
isEncryptedStream = packet.readBoolean();
|
||||
}
|
||||
else if (message.getIndex() > 5) {
|
||||
else if (message.getIndex() > 3) {
|
||||
((List<TrafficListener>)listeners[0]).remove(this);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user