There was an error while loading. Please reload this page.
1 parent 0e54397 commit 4a9d03cCopy full SHA for 4a9d03c
1 file changed
logic/Gaming/Teams.cs
@@ -102,7 +102,7 @@ private void InitTeams(int numOfTeam)
102
for (int i = 0; i < numOfTeam; i++)
103
{
104
long teamId = i + 1;
105
- var (cx, cy) = corners[selected[i]];
+ var (cx, cy) = corners[i];
106
XY pos = GameData.GetCellCenterPos(cx, cy);
107
var fac = new Factory(pos);
108
fac.TeamID.SetROri(teamId);
0 commit comments