summaryrefslogtreecommitdiff
path: root/snow.lua
diff options
context:
space:
mode:
authorBremaWeb <brandon@bremaweb.com>2013-11-30 19:45:43 -0600
committerBremaWeb <brandon@bremaweb.com>2013-11-30 19:45:43 -0600
commitbf2f311f21a4a7fd24148aa57f415d2ad6d67562 (patch)
tree151902ae06ff0cbed9065d669220e2f143be1ed4 /snow.lua
parent81a12e3d38c83eacfce4a3eeaec14724dcdb4c8f (diff)
swap parameters for all calls to can_interact
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()