1
0
mirror of https://gitlab.com/echoes91/throwing.git synced 2025-01-09 07:20:17 +01:00

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

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