1.1.2 fixed reloading and dependencies

This commit is contained in:
echoes91 2015-04-04 13:52:00 +02:00
parent 3a0ac8614a
commit 3b337914cb
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ if not DISABLE_BUILD_ARROW then
dofile(minetest.get_modpath("throwing").."/build_arrow.lua")
end
if minetest.get_modpath('fire') and minetest.get_modpath('tnt') not DISABLE_TNT_ARROW then
if minetest.get_modpath('fire') and minetest.get_modpath('tnt') and not DISABLE_TNT_ARROW then
dofile(minetest.get_modpath("throwing").."/tnt_arrow.lua")
end