From 0a1d69d142c937fa552a1ffc1e4e5cb7d2273068 Mon Sep 17 00:00:00 2001 From: Ombridride Date: Mon, 27 Jul 2015 12:56:32 +0200 Subject: [PATCH] Desactivate the dig_arrow wich is too bugged... --- mods/throwing/throwing.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/throwing/throwing.conf b/mods/throwing/throwing.conf index ea87851b..46a1bf0f 100755 --- a/mods/throwing/throwing.conf +++ b/mods/throwing/throwing.conf @@ -18,7 +18,7 @@ DISABLE_AUTOMATED_ARBALEST = false -- Arrow -- Special Arrows DISABLE_TELEPORT_ARROW = false -DISABLE_DIG_ARROW = false +DISABLE_DIG_ARROW = true -- Desactivated because too bugged DISABLE_BUILD_ARROW = false DISABLE_TNT_ARROW = true -- Desactivated because too dangerous DISABLE_FIRE_ARROW = true -- Desactivated because too dangerous