We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eec456b commit 24a631eCopy full SHA for 24a631e
builtin/game/forceloading.lua
@@ -53,7 +53,7 @@ local function read_file(filename)
53
local t = f:read("*all")
54
f:close()
55
if t=="" or t==nil then return {} end
56
- return core.deserialize(t)
+ return core.deserialize(t) or {}
57
end
58
59
local function write_file(filename, table)
0 commit comments