diff options
author | BremaWeb <brandon@bremaweb.com> | 2013-11-30 19:45:43 -0600 |
---|---|---|
committer | BremaWeb <brandon@bremaweb.com> | 2013-11-30 19:45:43 -0600 |
commit | bf2f311f21a4a7fd24148aa57f415d2ad6d67562 (patch) | |
tree | 151902ae06ff0cbed9065d669220e2f143be1ed4 /snow.lua | |
parent | 81a12e3d38c83eacfce4a3eeaec14724dcdb4c8f (diff) |
swap parameters for all calls to can_interact
Diffstat (limited to 'snow.lua')
-rw-r--r-- | snow.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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() |