spawning constructs (no mtx yet)
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user