SkaceKamen / random-infantry-skirmish

RIS mission for Arma 3
13 stars 4 forks source link

Max. skill has to be smaller than minimal skill?! #125

Open TapioOfTapiola opened 1 month ago

TapioOfTapiola commented 1 month ago

Hi,

when I set unit max skill (min skill is at 0.1), say, to 0.5, it says max skill has to be less than min skill. ?!?

Thx, great mod.

MarioUnlam commented 1 month ago

It's because it validates the input as soon as the value changes. So if you have 0.8, and you delete the 8 to type something else, it thinks the max skill is 0. It should either validate the value debounced, or when closing the settings panel.