mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-09-21 20:06:40 +00:00
7c51013ef0
When not provided, the number of players on autostart was set to 2, which is incorrect for skirmishes and scenarios. This commit makes this parameter ignored for non-random maps, as well as the other parameters specific to random maps. Furthermore, 2 is already set as a default number of players for random maps (in the `PlayerCount` gamesettings attribute), setting it in autostart code is redundant. Fixes #8325 Refs #7269