From d4c325ead9f00b86a9e68af5dba93a87d7a0c012 Mon Sep 17 00:00:00 2001 From: MaD_CaT Date: Mon, 20 May 2024 09:54:48 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D1=80=D0=BE=D0=B2=D0=B5=D1=80=D0=BA?= =?UTF-8?q?=D0=B0=20=D0=A1=D0=9A=D0=92.?= 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 3d889bb4..21ee7b97 100644 --- a/scripts/tcp5p28.gd +++ b/scripts/tcp5p28.gd @@ -127,7 +127,7 @@ class TCP5P28: th_data.encode_s32(76, int(th.lat * c1)) return th_data - func to_cp866(proto: String, th_data): + func to_cp866(proto: String, th_data): var cp866_proto: PackedByteArray = proto.to_ascii_buffer() cp866_proto.resize(36) for i in len(cp866_proto):