diff --git a/scenes/эмс-тг/эмс-тг.gd b/scenes/эмс-тг/эмс-тг.gd index e122df03..03dfe72a 100644 --- a/scenes/эмс-тг/эмс-тг.gd +++ b/scenes/эмс-тг/эмс-тг.gd @@ -309,6 +309,8 @@ func _on_timeout_ttl(nm, cname): for cls in unit_info.mcls: if cname == cls.cname: cls.status = ClasterStatus.DELETED + cls.result_rxe = ClasterResult.WAITING + cls.result_txe = ClasterResult.WAITING var claster_scale: = name_to_scale[nm] as GridContainer map_yems_info_to_scale(unit_info, claster_scale) reset_matrix()