fix crash

master
root 2021-05-07 22:40:50 +02:00
parent bb98c98e3c
commit affa0a79b6
1 changed files with 2 additions and 1 deletions

View File

@ -234,6 +234,7 @@ local function add_climate_player(player_name, climate_id, downfall_type)
rain_sound_handle = nil,
disabled = false,
hud_id = nil,
downfall_type = downfall_type,
}
local downfall_sky_color, downfall_clouds_color
@ -293,7 +294,7 @@ local function remove_climate_player_effects(player_name)
})
local climate_id = climatez.players[player_name].climate_id
local downfall_type = climatez.climates[climate_id].downfall_type
local downfall_type = climatez.players[player_name].downfall_type
local rain_sound_handle = climatez.players[player_name].rain_sound_handle
if rain_sound_handle and climatez.settings.climate_rain_sound