diff --git a/mods/ENTITIES/mcl_burning/init.lua b/mods/ENTITIES/mcl_burning/init.lua index b1b2e29f0..039d295b7 100644 --- a/mods/ENTITIES/mcl_burning/init.lua +++ b/mods/ENTITIES/mcl_burning/init.lua @@ -71,7 +71,7 @@ local function on_leaveplayer(player) -- For some unexplained reasons, mcl_burning.storage can be `nil` here. -- Logging this exception to assist in finding the cause of this. minetest.log("warning", "on_leaveplayer: missing mcl_burning.storage " - .. "for player " .. player.name) + .. "for player " .. player:get_player_name()) storage = {} end storage.fire_hud_id = nil