fix: tricksy hobbitses
This commit is contained in:
parent
85af67a0ed
commit
6aec19ebe8
|
@ -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
|
||||
),
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user