diff --git a/Main.gd b/Main.gd index e422957..d5f386c 100644 --- a/Main.gd +++ b/Main.gd @@ -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):