forked from mtcontrib/throwing
1.1.2 fixed reloading and dependencies
This commit is contained in:
parent
3a0ac8614a
commit
3b337914cb
2
init.lua
2
init.lua
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user