fix: return spawn

This commit is contained in:
cha0s 2019-06-05 20:16:34 -05:00
parent 8aa6631b03
commit 3197525f03

View File

@ -91,6 +91,7 @@ export class Spawner extends decorate(Trait) {
this.children.splice(index, 1);
})
list.addEntity(spawn);
return spawn;
});
},