diff --git a/init.lua b/init.lua index 415fa51..b2d48d7 100644 --- a/init.lua +++ b/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