From 62f7cf1590d4ca8d276d4894802354cd1134ab5c Mon Sep 17 00:00:00 2001 From: sasha80 Date: Wed, 15 Oct 2025 11:19:41 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A7=D0=B8=D1=81=D1=82=D0=BA=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scenes/tabs-switch/lbl_ready.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scenes/tabs-switch/lbl_ready.gd b/scenes/tabs-switch/lbl_ready.gd index cecc6a69..f23dcbbe 100644 --- a/scenes/tabs-switch/lbl_ready.gd +++ b/scenes/tabs-switch/lbl_ready.gd @@ -4,5 +4,5 @@ func _ready() -> void: var prd_dict = prd.prd_dict for prd_module in prd_dict.values(): ## Отправка команды на исполнение в ПРД - print('prd_module.unit_yau07.online: ', prd_module.unit_yau07.online) + pass pass