License tweaks

This commit is contained in:
ShadowNinja
2013-11-14 19:11:20 -05:00
parent b40b9d2c39
commit db664d68f8
4 changed files with 512 additions and 4 deletions

View File

@ -44,8 +44,6 @@ minetest.register_chatcommand("legacy_load_areas", {
minetest.chat_send_player(name, "Converted areas saved. Done.")
end})
-- The old load function from node_ownership (with minor modifications)
-- Licensed GPLv2 as it is only slightly modified.
function areas:node_ownership_load()
local filename = minetest.get_worldpath().."/owners.tbl"
tables, err = loadfile(filename)