spawning constructs (no mtx yet)

This commit is contained in:
Mashy
2019-07-26 21:22:11 +10:00
parent b72c819c63
commit abd35b8bef
4 changed files with 27 additions and 2 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ function Team(args) {
return setTeam(team);
}
const constructPanels = constructs.sort(idSort).map(construct => {
const constructPanels = constructs.map(construct => {
const colour = team.indexOf(construct.id);
const selected = colour > -1;