From 0ead0b1e5a1c8ed9aa5d516c53a48e9683b70921 Mon Sep 17 00:00:00 2001 From: fairiestoy Date: Mon, 19 Aug 2013 02:38:59 +0200 Subject: Fixed Screwdriver Fixed a Bug which causes doors (if locked or not) to be opened by the screwdriver. It now makes a check if you are on valid ground. --- init.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'init.lua') diff --git a/init.lua b/init.lua index a63beb6..ea99421 100644 --- a/init.lua +++ b/init.lua @@ -450,5 +450,6 @@ dofile(path.."/bucket.lua") dofile(path.."/doors.lua") dofile(path.."/fire.lua") dofile(path.."/chatcommands.lua") +dofile(path.."/screwdriver.lua") end ) -- cgit v1.2.3