From d98eba65cea0a446b056fd21eb85cf699a57d0c8 Mon Sep 17 00:00:00 2001 From: sasha80 Date: Mon, 7 Jul 2025 15:35:40 +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=D0=B5.=20=D0=A0=D0=B5=D1=84=D0=B0=D0=BA?= =?UTF-8?q?=D1=82=D0=BE=D1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/prd.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/prd.gd b/scripts/prd.gd index 151df54..468cc18 100644 --- a/scripts/prd.gd +++ b/scripts/prd.gd @@ -346,7 +346,7 @@ func on_data_capsrpb_received(unit0: capsrpb.CapsRpb): if unit0.json_dic['ts'] != 7: return if not unit0.json_dic.has('msfs'): return - var msfs = unit.json_dic['msfs'] + var msfs = unit0.json_dic['msfs'] for fs in msfs: if fs is Dictionary: if not fs.has('nmfs'):