From cdd59138cccf2a5bb37a2671977566dd4651e1e3 Mon Sep 17 00:00:00 2001 From: sasha80 Date: Thu, 2 Oct 2025 12:03:44 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A0=D0=B5=D1=84=D0=B0=D0=BA=D1=82=D0=BE?= =?UTF-8?q?=D1=80=D0=B8=D0=BD=D0=B3.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scenes/pribor-uf/pribor-uf.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scenes/pribor-uf/pribor-uf.gd b/scenes/pribor-uf/pribor-uf.gd index 31f3ed9..958279c 100644 --- a/scenes/pribor-uf/pribor-uf.gd +++ b/scenes/pribor-uf/pribor-uf.gd @@ -10,7 +10,7 @@ const REVFF = '(rev ff)' func _ready() -> void: if Engine.is_editor_hint(): return - var unit_uf = network.get_unit_instance('уарэп-эмс') + var unit_uf: = network.get_unit_instance('уарэп-эмс') unit_uf.connect('line_changed', on_line_changed) control_vk()