forked from VoxeLibre/VoxeLibre
Fix wrong HUD bars ordering
This commit is contained in:
parent
2942afe76b
commit
a5130c4da9
|
@ -93,7 +93,7 @@ if sorting ~= nil then
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
sorting = ""
|
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
|
end
|
||||||
|
|
||||||
hb.settings.sorting_reverse = {}
|
hb.settings.sorting_reverse = {}
|
||||||
|
|
Loading…
Reference in New Issue