diff options
author | ShadowNinja <shadowninja@minetest.net> | 2013-11-14 19:11:20 -0500 |
---|---|---|
committer | ShadowNinja <shadowninja@minetest.net> | 2013-11-14 19:11:20 -0500 |
commit | db664d68f89ccb0208e77491aaec5109574bcc05 (patch) | |
tree | dd2012c95d765b6975f8cd1d464a239962ca5fdd /legacy.lua | |
parent | b40b9d2c39a602fe779cc7076303407cf3269d4d (diff) |
License tweaks
Diffstat (limited to 'legacy.lua')
-rw-r--r-- | legacy.lua | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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) |