From: Vanessa Ezekowitz Date: Thu, 30 Jan 2014 21:13:28 +0000 (-0500) Subject: oops, forgot to remove the call to load the old ownership.lua file X-Git-Url: http://81.2.79.47:8989/gitweb/?a=commitdiff_plain;h=abb5dd355071c678bcaf3dc104ab3ee45a5235ed;p=zefram%2Fminetest%2Fmoretrees.git oops, forgot to remove the call to load the old ownership.lua file --- diff --git a/init.lua b/init.lua index 3f46cf4..61bfbff 100644 --- a/init.lua +++ b/init.lua @@ -87,7 +87,6 @@ moretrees.cutting_tools = { "titanium:axe", } -dofile(modpath.."/ownership.lua") dofile(modpath.."/tree_models.lua") dofile(modpath.."/node_defs.lua") dofile(modpath.."/biome_defs.lua")