mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-07 00:46:40 +00:00
354bd8b088
Previously we removed all players and created them anew. This caused issues in Atlas, as some components were recreated, but did not get informed about already existing entities (eg cmpTechnologyManager). By only creating/deleting players until we obtain the new number of players we do not have this issue. This was SVN commit r16080.