fix: tricksy hobbitses

This commit is contained in:
cha0s 2021-01-19 20:38:21 -06:00
parent 85af67a0ed
commit 6aec19ebe8

View File

@ -218,7 +218,7 @@ export default (latus) => class Spawner extends decorate(Trait) {
spawnAt: (key, position, json = {}, latus) => (
this.maySpawn()
? this.entity.spawn(key, this.augmentJSONWithPosition(latus ? json : {}, position))
? this.entity.spawn(key, this.augmentJSONWithPosition(latus ? json : {}, position), {})
: undefined
),