diff options
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -496,7 +496,7 @@ end -- update built-in HUD bars local function update_hud(player) - if not player_exists() then return end + if not player_exists(player) then return end if minetest.setting_getbool("enable_damage") then if hb.settings.forceload_default_hudbars then hb.unhide_hudbar(player, "health") |