THIS
This commit is contained in:
parent
5c93244934
commit
4cd9e4daf9
|
@ -33,7 +33,7 @@ class FLYSocket {
|
||||||
let packetID = data.getInt8(this.pointer++);
|
let packetID = data.getInt8(this.pointer++);
|
||||||
packets.push({
|
packets.push({
|
||||||
packetID: packetID,
|
packetID: packetID,
|
||||||
value: (this["handle_packet" + packetID] || this.handle_packetInvalid)(data)
|
value: (this["handle_packet" + packetID] || this.handle_packetInvalid).call(this, data)
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user