Fix wrong HUD bars ordering

This commit is contained in:
Wuzzy 2017-06-03 06:32:14 +02:00
parent 2942afe76b
commit a5130c4da9
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ if sorting ~= nil then
end
else
sorting = ""
hb.settings.sorting = { ["health"] = 0, ["hunger"] = 1, ["armor"] = 2, ["saturation"] = 3, ["breath"] = 4, ["exhaustion"] = 5 }
hb.settings.sorting = { ["health"] = 0, ["hunger"] = 1, ["armor"] = 2, ["breath"] = 3, ["exhaustion"] = 4, ["saturation"] = 5 }
end
hb.settings.sorting_reverse = {}