Fix pointing in mapping mode (#7624)

This commit is contained in:
Leon Friedrich
2022-04-18 21:51:24 +12:00
committed by GitHub
parent e73d80332e
commit 9ac2a44de1
2 changed files with 2 additions and 1 deletions

View File

@@ -219,7 +219,7 @@ namespace Content.Server.Pointing.EntitySystems
public override void Update(float frameTime) public override void Update(float frameTime)
{ {
foreach (var component in EntityManager.EntityQuery<PointingArrowComponent>()) foreach (var component in EntityManager.EntityQuery<PointingArrowComponent>(true))
{ {
component.Update(frameTime); component.Update(frameTime);
} }

View File

@@ -1,6 +1,7 @@
- type: entity - type: entity
name: pointing arrow name: pointing arrow
id: pointingarrow id: pointingarrow
save: false
components: components:
- type: Tag - type: Tag
tags: tags: