master #15

Merged
NO11 merged 241 commits from VoxeLibre/VoxeLibre:master into master 2022-03-12 23:42:27 +01:00
1 changed files with 3 additions and 0 deletions
Showing only changes of commit c3e0996902 - Show all commits

View File

@ -60,6 +60,9 @@ minetest.register_on_joinplayer(function(player)
storage = minetest.deserialize(burn_data)
end
mcl_burning.storage[player] = storage
if storage.burn_time and storage.burn_time > 0 then
mcl_burning.update_hud(player)
end
end)
local function on_leaveplayer(player)