diff options
author | Vanessa Ezekowitz <vanessaezekowitz@gmail.com> | 2014-01-30 16:13:28 -0500 |
---|---|---|
committer | Vanessa Ezekowitz <vanessaezekowitz@gmail.com> | 2014-01-30 16:13:28 -0500 |
commit | abb5dd355071c678bcaf3dc104ab3ee45a5235ed (patch) | |
tree | 694db91b2dc40c68b4a97341291042f7dc479699 | |
parent | 050b19e4635618b924998037046372d67f8dc9a8 (diff) |
oops, forgot to remove the call to load the old ownership.lua file
-rw-r--r-- | init.lua | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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") |