This commit is contained in:
theFox6 2020-08-08 11:31:23 +02:00
commit d89ec7c161
Signed by: theFox6
GPG Key ID: C884FE8D3BCE128A
1 changed files with 2 additions and 2 deletions

View File

@ -170,7 +170,7 @@ local function weather_step()
minsize=current_downfall.size, maxsize=current_downfall.size,
collisiondetection=true, collision_removal=true,
vertical=true,
texture=current_downfall.texture, player=player:get_player_name()
texture=current_downfall.texture, playername=player:get_player_name()
})
local downfall_origin = vector.divide(vector.add(minp,maxp),2)
@ -203,4 +203,4 @@ minetest.register_globalstep(function()
end
weather_step()
end)
end)