Closed mjc4wilton closed 1 month ago
Wow, this has been in for 3 years, and nobody has noticed until now.
funnily enough i encountered this the first time today as well
I did a big refactor on enum handling. Lots of places were missing validation. Like this one apparently.
Mods (complete and add to the following information):
2.14 stable
3.17.1
2.6.0
Description:
RPT and on-screen error caused by an unknown enum value
Steps to reproduce:
Expected behavior:
Error does not occur
Where did the issue occur?
Dedicated Multiplayer
Additional context:
https://github.com/nk3nny/LambsDanger/blob/9670c56ef4ed48716387974abf278fe3faf89a83/addons/danger/functions/fnc_brainForced.sqf#L55
BI Wiki
Log Files: RPT error:
(I think the fix is replacing the enum with
"DOWN"
but I don't have time to read the full code context)