Fix luacheck error

This commit is contained in:
luk3yx 2020-08-13 19:54:17 +12:00
parent 167881f6b0
commit d9a76267ed
1 changed files with 0 additions and 1 deletions

View File

@ -34,7 +34,6 @@ function areas:load()
return err
end
local data = file:read("*a")
local err
if data:sub(1, 1) == "[" then
self.areas, err = minetest.parse_json(data)
else