diff options
author | fairiestoy <johannesvk@web.de> | 2013-08-19 02:38:59 +0200 |
---|---|---|
committer | fairiestoy <johannesvk@web.de> | 2013-08-19 02:38:59 +0200 |
commit | 0ead0b1e5a1c8ed9aa5d516c53a48e9683b70921 (patch) | |
tree | f985258551e89853dd8200e42bc5a0d537921b37 /init.lua | |
parent | 4792259f2851dbd466e9e92086d681827294f8a6 (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.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 ) |