Skip to content

Fix bugs with preset values in lua cvars

James R. requested to merge lua-minmax-plus-bruh-moments into next
  1. Any cvar without MIN, MAX would be disallowed; now check that at least one of those values is actually present.
  2. Handle value index properly when shifting array.

Restores the ability to set cvars defined in this way to values inbetween MIN and MAX

See !1480 (merged)

Edited by Krabs

Merge request reports