From 3b337914cbe582e86999ec2c9dd7ab8a85cc39f9 Mon Sep 17 00:00:00 2001 From: echoes91 Date: Sat, 4 Apr 2015 13:52:00 +0200 Subject: [PATCH] 1.1.2 fixed reloading and dependencies --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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