Skip to content

Commit

Permalink
Fix another hpbar bug
Browse files Browse the repository at this point in the history
  • Loading branch information
LoneWolfHT committed Aug 16, 2023
1 parent e663e0f commit 55b8e9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mods/other/hpbar/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ local function has_entity(player)
players[pname].entity:remove()
players[pname] = nil

return true
return false
end

return false
Expand Down

0 comments on commit 55b8e9e

Please sign in to comment.