Added network sub threads
This commit is contained in:
@ -21,5 +21,5 @@ func handle_packet(packet: PackedByteArray):
|
||||
push_warning("Unknown packet type %d" % type)
|
||||
return
|
||||
|
||||
handler.handle_packet(packet.slice(1))
|
||||
handler.handle_packet.call_deferred(packet.slice(1))
|
||||
download += packet.size()
|
||||
|
Reference in New Issue
Block a user