From 8039e6bcb4f94709879d9ac08799d8892c07e7df Mon Sep 17 00:00:00 2001 From: sasha80 Date: Tue, 31 Mar 2026 12:08:46 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5.=20=D0=9E=D0=B1=D1=80=D0=B0=D1=89?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=B7=D0=B0=20=D0=BF=D1=80=D0=B5?= =?UTF-8?q?=D0=B4=D0=B5=D0=BB=D1=8B=20=D0=BC=D0=B0=D1=81=D1=81=D0=B8=D0=B2?= =?UTF-8?q?=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scenes/эмс-тг/эмс-тг.gd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scenes/эмс-тг/эмс-тг.gd b/scenes/эмс-тг/эмс-тг.gd index 24dec2f5..d86cbb76 100644 --- a/scenes/эмс-тг/эмс-тг.gd +++ b/scenes/эмс-тг/эмс-тг.gd @@ -344,7 +344,8 @@ func _on_timeout_ttl(nm, cname): cls.result_txe = ClasterResult.WAITING var ctable: GDTable = $'таблица/сетка' var indexes: = cnames_table[nm] - map_yems_info_to_table(unit_info, ctable, indexes) + if indexes: + 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()