mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
- changed all step = 10 to step = 1 by request
- widened range of possible vertical offset values for the custom counter module by request
This commit is contained in:
@ -61,7 +61,7 @@ function RangeCheck.prototype:GetOptions()
|
||||
end,
|
||||
min = -300,
|
||||
max = 600,
|
||||
step = 10,
|
||||
step = 1,
|
||||
disabled = function()
|
||||
return not self.moduleSettings.enabled
|
||||
end,
|
||||
@ -81,7 +81,7 @@ function RangeCheck.prototype:GetOptions()
|
||||
end,
|
||||
min = -500,
|
||||
max = 500,
|
||||
step = 10,
|
||||
step = 1,
|
||||
disabled = function()
|
||||
return not self.moduleSettings.enabled
|
||||
end,
|
||||
|
Reference in New Issue
Block a user