summaryrefslogtreecommitdiff
path: root/snow.lua
diff options
context:
space:
mode:
Diffstat (limited to 'snow.lua')
-rw-r--r--snow.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/snow.lua b/snow.lua
index 7f21548..14d529a 100644
--- a/snow.lua
+++ b/snow.lua
@@ -16,7 +16,7 @@ if minetest.get_modpath( 'snow' ) then
if self.lastpos.x~=nil then
if node.name ~= "air" then
- if landrush.can_interact( ' ', pos ) then
+ if landrush.can_interact( pos, ' ' ) then
snow.place(pos)
end
self.object:remove()