master
runs 2021-01-25 21:53:48 +01:00
parent 9fb25d7bc4
commit 13f8188806
1 changed files with 2 additions and 0 deletions

View File

@ -271,6 +271,8 @@ minetest.register_globalstep(function(dtime)
if player then
apply_climate(player, _climate_id)
else
--Do not use "remove_climate_player" here, bacause the player could
--be abandon the game
climatez.players[_player_name] = nil
end
end