diff --git a/GoldWars/GoldWars/Entities/EntityManager.swift b/GoldWars/GoldWars/Entities/EntityManager.swift index 82b37d9..e17a264 100644 --- a/GoldWars/GoldWars/Entities/EntityManager.swift +++ b/GoldWars/GoldWars/Entities/EntityManager.swift @@ -119,9 +119,9 @@ class EntityManager { position: (base.component(ofType: DefaultBaseComponent.self)?.spriteNode.position)! ) ) + scene.addChild(base.component(ofType: TeamComponent.self)!.fire) } base.changeOwnership = false - scene.addChild(base.component(ofType: TeamComponent.self)!.fire) } } }