Fix missing save

master
rubenwardy 2019-01-14 21:09:44 +00:00
parent f2d08c8ba7
commit 68852558c0
1 changed files with 1 additions and 0 deletions

View File

@ -88,6 +88,7 @@ ChatCmdBuilder.new("land", function(cmd)
end
area.spawn_point = pos
areas:save()
return true, "Set spawn to " .. minetest.pos_to_string(pos)
end