Fix luacheck

This commit is contained in:
Supergoat666 2020-08-25 10:43:26 +02:00
parent cf862f7ce6
commit a180d5992c
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ minetest.register_globalstep(function(dtime)
else
faction_info = table.concat(area.faction_open, ", ")
end
if changed then
areas:save()
end