mirror of
https://github.com/sirjonasxx/G-Earth.git
synced 2024-11-26 10:20:51 +01:00
Small bug fix in parseFromUpdate
This commit is contained in:
parent
09cede554d
commit
27b754339c
@ -105,7 +105,7 @@ public class HFriend {
|
||||
packet.readString();
|
||||
}
|
||||
|
||||
int friendCount = packet.getReadIndex();
|
||||
int friendCount = packet.readInteger();
|
||||
List<Integer> removedIds = new ArrayList<>();
|
||||
for(int i = 0; i < friendCount; i++) {
|
||||
if(packet.readInteger() != -1) {
|
||||
|
Loading…
Reference in New Issue
Block a user