mirror of
https://github.com/t-affeldt/regional_weather.git
synced 2024-11-15 23:20:24 +01:00
Deprecated get_player_velocity -> get_velocity
This commit is contained in:
parent
74b4113b68
commit
ac864693a1
|
@ -50,7 +50,7 @@ local function generate_effects(params)
|
|||
|
||||
override["climate_api:skybox"] = skybox
|
||||
|
||||
local movement = params.player:get_player_velocity()
|
||||
local movement = params.player:get_velocity()
|
||||
local movement_direction
|
||||
if (vector.length(movement) < 0.1) then
|
||||
movement_direction = vector.new(0, 0, 0)
|
||||
|
|
Loading…
Reference in New Issue
Block a user