Fix missing assignment of return value (#308)
This commit is contained in:
parent
3b4692814d
commit
cdef72cf5d
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ end
|
||||||
if flag_positions == "" then
|
if flag_positions == "" then
|
||||||
flag_positions = {}
|
flag_positions = {}
|
||||||
else
|
else
|
||||||
minetest.parse_json(storage:get("flags"))
|
flag_positions = minetest.parse_json(storage:get("flags"))
|
||||||
end
|
end
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in a new issue