From 55b8e9ee4e52760e3becb73570425495682e1e5e Mon Sep 17 00:00:00 2001 From: LoneWolfHT Date: Tue, 15 Aug 2023 17:26:40 -0700 Subject: [PATCH] Fix another hpbar bug --- mods/other/hpbar/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/other/hpbar/init.lua b/mods/other/hpbar/init.lua index b76b608c76..31f74a5248 100644 --- a/mods/other/hpbar/init.lua +++ b/mods/other/hpbar/init.lua @@ -36,7 +36,7 @@ local function has_entity(player) players[pname].entity:remove() players[pname] = nil - return true + return false end return false