From d8a3b6c11793d6b3c51fecc35d2549cccd168821 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Sat, 17 Oct 2015 14:16:42 +0200 Subject: [PATCH] FIX: @tony pointed out that there was a method name lost... its been reinstated :) --- client/scripts/tnp3sim.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/scripts/tnp3sim.lua b/client/scripts/tnp3sim.lua index 4325ea3f..b6821606 100644 --- a/client/scripts/tnp3sim.lua +++ b/client/scripts/tnp3sim.lua @@ -198,6 +198,8 @@ local function ValidateCheckSums(blocks) if crc == calc then isOk='Ok' else isOk = 'Error' end io.write( ('TYPE 3 area 2: %04x = %04x -- %s\n'):format(crc,calc,isOk)) +end +local function LoadEmulator(blocks) local cmd local blockdata for _,b in pairs(blocks) do -- 2.39.2