From 1a08b5ae50cf95333a478c556197c025efd20fa1 Mon Sep 17 00:00:00 2001 From: MaD_CaT Date: Tue, 10 Feb 2026 11:12:54 +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=D1=8F.=20=D0=A1=D0=BE=D1=81=D1=82=D0=BE?= =?UTF-8?q?=D1=8F=D0=BD=D0=B8=D0=B5=20=D0=BB=D0=B8=D0=BD=D0=B8=D0=B8=20?= =?UTF-8?q?=D1=81=D0=B2=D1=8F=D0=B7=D0=B8=20=D1=81=20=D0=BF=D1=80=D0=B8?= =?UTF-8?q?=D0=B1=D0=BE=D1=80=D0=B0=D0=BC=D0=B8=20=D0=B4=D0=BB=D1=8F=20?= =?UTF-8?q?=D0=BF=D0=B5=D1=80=D0=B5=D0=B4=D0=B0=D1=87=D0=B8=20=D0=B2=205?= =?UTF-8?q?=D0=9F-28.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/tcp5p28.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/tcp5p28.gd b/scripts/tcp5p28.gd index 1a3ed439..acd0e6f3 100644 --- a/scripts/tcp5p28.gd +++ b/scripts/tcp5p28.gd @@ -224,7 +224,7 @@ class TCP5P28 extends unit.Unit: func pribor_line_changed(u, key): uarep_state = tools.set_bit(uarep_state, PR_STATE[key][0], u.online) - uarep_line = tools.set_bit(uarep_state, PR_STATE[key][1], u.online) + uarep_line = tools.set_bit(uarep_line, PR_STATE[key][1], u.online) func _to_string() -> String: return String('5П-28: "%s" %s ' % [self.name, ['отключен', 'на связи'][int(online)]])