Skip to content

Commit a9bbf40

Browse files
authored
Merge pull request #11 from stronnag/loadscript_needs_brackets
reinstate () in loadScript
2 parents b0fe7ac + cb16122 commit a9bbf40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ltm.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ local function init()
345345
D.sim = true
346346
end
347347

348-
S = loadScript("/SCRIPTS/FUNCTIONS/LTM/config.lua")
348+
S = loadScript("/SCRIPTS/FUNCTIONS/LTM/config.lua")()
349349
dolog("Tracker only " .. string.format("%s",S.onlyTracker))
350350
if rmaj >= 2 and rmin >= 3 and rrev >= 12 then
351351
if S.baudrate > 0 then

0 commit comments

Comments
 (0)