Корректировка. Сообщения для отладки
Some checks failed
Локальный тест / test (push) Has been cancelled

This commit is contained in:
TotMaxim
2026-04-05 17:25:10 +03:00
parent f407578a44
commit 6294730bf8
2 changed files with 1 additions and 2 deletions

View File

@@ -26,8 +26,6 @@ func _ready() -> void:
# Обработка полученного ответа от rtr
func _on_response_received(response: String, success: bool) -> void:
var unit_instance = network.get_unit_instance(unit_name)
if not success:
log.error('Ошибка запроса или нет связи: %s' % response)
_reset_ui_to_zero()