From abb5dd355071c678bcaf3dc104ab3ee45a5235ed Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Thu, 30 Jan 2014 16:13:28 -0500 Subject: [PATCH] oops, forgot to remove the call to load the old ownership.lua file --- init.lua | 1 - 1 file changed, 1 deletion(-) 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")