mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 14:50:13 -05:00
- super temporary hack to get IceHUD back into a working state. this forces all users to use the RivetBar preset since straight vertical bars are the only things that work right now. a future update will fix the problem for real
This commit is contained in:
@ -324,6 +324,7 @@ IceHUD.options =
|
||||
IceHUD.IceCore:SetBarPreset(value)
|
||||
end,
|
||||
validate = IceHUD.validBarList,
|
||||
disabled = true,
|
||||
order = 9
|
||||
},
|
||||
|
||||
@ -346,6 +347,7 @@ IceHUD.options =
|
||||
IceHUD.IceCore:SetBarTexture(value)
|
||||
end,
|
||||
validate = IceHUD.validBarList,
|
||||
disabled = true,
|
||||
order = 11
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user