Files
OpenRA/OpenRA.Mods.Common
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
..
2025-05-09 16:28:04 +03:00
2025-12-22 23:05:07 +00:00
2025-02-22 14:56:25 +02:00
2025-04-02 10:18:32 +03:00
2023-03-18 12:46:10 +02:00