Files
OpenRA/OpenRA.Mods.Common/Widgets/Logic
RoosterDragon 3ea5b08848 Fix usage of MapGeneratorMultiChoiceOption.Default
When this switched to an ImmutableArray, this expression has to be updated as the struct is not nullable. It supports an overloaded equals (==) but not a null-conditional (?.) operator. This expression was rewritten incorrectly and failed to use the first valid choice as a fallback in all cases. Update the code to do this.

Fixes regression from 649e7e8c28.
2025-12-23 20:35:45 +02:00
..
2023-08-07 21:38:09 +02:00
2023-04-08 16:51:51 +03:00
2025-11-24 12:33:53 +02:00
2023-08-07 21:38:09 +02:00
2025-09-11 06:49:52 +01:00
2023-11-10 10:38:41 +02:00