Fix pointing in mapping mode (#7624)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
- type: entity
|
||||
name: pointing arrow
|
||||
id: pointingarrow
|
||||
save: false
|
||||
components:
|
||||
- type: Tag
|
||||
tags:
|
||||
|
||||
Reference in New Issue
Block a user