From 85170f914e577a26916584d02af8233a816ee9ec Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Fri, 20 Dec 2019 11:19:58 +0100 Subject: [PATCH] b0 doesnt use crc --- client/luascripts/lto_dump.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/luascripts/lto_dump.lua b/client/luascripts/lto_dump.lua index 456cb2cb1..2e8510129 100644 --- a/client/luascripts/lto_dump.lua +++ b/client/luascripts/lto_dump.lua @@ -172,7 +172,7 @@ function main(args) local d0_d15 = getdata(res) payload = "80" - res, err = send(payload, {ignore_response = false, append_crc = true}) + res, err = send(payload, {ignore_response = false, append_crc = false}) if err then return end local d16_d31 = getdata(res)