Version 2.4.3

New FireCtrl,, lua2json bug work-around
This commit is contained in:
Christian Franz
2025-02-13 08:19:09 +01:00
parent 3a87f7b784
commit dff5faa06e
19 changed files with 27707 additions and 26044 deletions

View File

@@ -175,7 +175,7 @@ function persistence.saveTable(theTable, fileName, shared, append)
if not shared then shared = false end
net.log("persistence: before json conversion")
local theString = net.lua2json(theTable)
local theString = net.lua2json(theTable) -- WARNING! does not handle arrays with [0]!
net.log("persistence: json conversion complete")
if not theString then theString = "" end