diff --git a/scripts/tcp5p28.gd b/scripts/tcp5p28.gd index 3d889bb..21ee7b9 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):