mirror of
https://github.com/t-affeldt/climate_api.git
synced 2025-07-19 20:44:53 -04:00
Enable more options for particles, fix skybox reset, add new debug command, fix daylight influence
This commit is contained in:
parent
d1bdf92937
commit
c9d0cfca21
9 changed files with 57 additions and 23 deletions
|
@ -41,7 +41,6 @@ local function handle_effect(player_data, prev_data)
|
|||
end
|
||||
|
||||
local function stop_effect(prev_data)
|
||||
minetest.log(dump2(prev_data, "stop_effect"))
|
||||
for playername, data in pairs(prev_data) do
|
||||
for weather, value in pairs(data) do
|
||||
stop_sound(playername, value)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue