Code: Select all
data:extend({
{
type = "int-setting",
name = ""my-wonderful-setting-name,
setting_type = "startup",
minimum_value = 0,
default_value = 100,
order = "a-a"
}
})
Shouldn't the message only state the minimum bound when no upper bound are set ? Displaying -1 as upper bound is misleading IMO.Value out of range: valid values are 0 through -1 inclusive.