summaryrefslogtreecommitdiff
path: root/screwdriver.lua
diff options
context:
space:
mode:
Diffstat (limited to 'screwdriver.lua')
-rw-r--r--screwdriver.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/screwdriver.lua b/screwdriver.lua
index 079d65c..75d9c21 100644
--- a/screwdriver.lua
+++ b/screwdriver.lua
@@ -38,7 +38,7 @@ function safe_screwdriver_handler (itemstack,user,pointed_thing)
if pointed_thing.type~="node" then return end
local pos=minetest.get_pointed_thing_position(pointed_thing,above)
-- Landrush fix
- if not landrush.can_interact( player_name, pos ) then
+ if not landrush.can_interact( pos, player_name ) then
return nil
end
-- end fix