Load tools

This commit is contained in:
ShadowNinja 2013-07-11 15:10:14 -04:00
parent 5d470cd753
commit d497429abc
2 changed files with 3 additions and 0 deletions

View File

@ -28,6 +28,9 @@ dofile(modpath.."/register_machine_and_tool.lua")
-- Machines
dofile(modpath.."/machines/init.lua")
-- Tools
dofile(modpath.."/tools/init.lua")
function has_locked_chest_privilege(meta, player)
if player:get_player_name() ~= meta:get_string("owner") then
return false