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)
{
foreach (var component in EntityManager.EntityQuery<PointingArrowComponent>())
foreach (var component in EntityManager.EntityQuery<PointingArrowComponent>(true))
{
component.Update(frameTime);
}

View File

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