From 94084fead0812e171ceff37f3dbf5fec02607232 Mon Sep 17 00:00:00 2001 From: sasha80 Date: Tue, 31 Mar 2026 11:53:06 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D1=80=D0=B0=D0=B1=D0=BE=D1=82?= =?UTF-8?q?=D0=BA=D0=B0.=20=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20=D1=82=D0=B0=D0=B1=D0=BB=D0=B8=D1=86=D1=8B?= =?UTF-8?q?=20=D0=BF=D1=80=D0=B8=20=D0=BE=D1=82=D0=BA=D0=BB=D1=8E=D1=87?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B8=20=D1=83=D1=81=D1=82=D1=80=D0=BE=D0=B9?= =?UTF-8?q?=D1=81=D1=82=D0=B2=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scenes/эмс-тг/эмс-тг.gd | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scenes/эмс-тг/эмс-тг.gd b/scenes/эмс-тг/эмс-тг.gd index b26b9819..c4d711b8 100644 --- a/scenes/эмс-тг/эмс-тг.gd +++ b/scenes/эмс-тг/эмс-тг.gd @@ -340,6 +340,9 @@ func _on_timeout_ttl(nm, cname): cls.status = ClasterStatus.DELETED cls.result_rxe = ClasterResult.WAITING cls.result_txe = ClasterResult.WAITING + var ctable: GDTable = $'таблица/сетка' + var indexes: = cnames_table[nm] + map_yems_info_to_table(unit_info, ctable, indexes) var claster_scale: = name_to_scale[nm] as GridContainer map_yems_info_to_scale(unit_info, claster_scale) reset_matrix()