Доработка poll_receive(soc_unicast)

This commit is contained in:
2024-10-11 10:04:38 +03:00
parent 566e21aad9
commit be169cb949

View File

@@ -128,8 +128,8 @@ func poll_receive(sock: Socket) -> bool: ## Приёмник
func _process(delta) -> void:
last_update_time += delta
poll_receive(soc_brodcast)
poll_receive(soc_unicast)
if flag_online and not flag_interval:
poll_receive(soc_unicast)
state_machine()
match unit.process(delta):