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()