mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-02-13 19:32:25 +01:00
* For some unexplained reason, `mcl_burning.storage[player]` can sometimes be `nil`, causing a crash in `on_leaveplayer()`. This commit adds a check for that. If a `nil` is encountered, a sane value is substituted and a warning is set to the log.