mirror of
https://github.com/t-affeldt/regional_weather.git
synced 2025-07-15 23:10:33 +02:00
Fix speed buff effect, update to new wind influences, tinker with skybox effect
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
local EFFECT_NAME = "regional_weather:speed_buff"
|
||||
|
||||
local function handle_effect(player_data)
|
||||
for playername, data in ipairs(player_data) do
|
||||
for playername, data in pairs(player_data) do
|
||||
local player = minetest.get_player_by_name(playername)
|
||||
local product = 1
|
||||
for weather, value in pairs(data) do
|
||||
|
Reference in New Issue
Block a user