Fix another crash

This commit is contained in:
Wuzzy 2020-03-13 18:10:52 +01:00
parent 9a8a3f0f8c
commit b19b5f090a
1 changed files with 1 additions and 1 deletions

View File

@ -315,10 +315,10 @@ function hb.change_hudbar(player, identifier, new_value, new_max_value, new_icon
end
local name = player:get_player_name()
local hudtable = hb.get_hudtable(identifier)
if not hudtable.hudstate[name] then
return false
end
local hudtable = hb.get_hudtable(identifier)
local value_changed, max_changed = false, false
if new_value ~= nil then