Skip to content

Commit 24a631e

Browse files
committedJul 13, 2014
1 parent eec456b commit 24a631e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎builtin/game/forceloading.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ local function read_file(filename)
5353
local t = f:read("*all")
5454
f:close()
5555
if t=="" or t==nil then return {} end
56-
return core.deserialize(t)
56+
return core.deserialize(t) or {}
5757
end
5858

5959
local function write_file(filename, table)

0 commit comments

Comments
 (0)
Please sign in to comment.