summaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
authorfairiestoy <johannesvk@web.de>2013-08-19 02:38:59 +0200
committerfairiestoy <johannesvk@web.de>2013-08-19 02:38:59 +0200
commit0ead0b1e5a1c8ed9aa5d516c53a48e9683b70921 (patch)
treef985258551e89853dd8200e42bc5a0d537921b37 /init.lua
parent4792259f2851dbd466e9e92086d681827294f8a6 (diff)
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.
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua1
1 files changed, 1 insertions, 0 deletions
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 )