Gets rid of all ComponentManager usages. (#4707)
This commit is contained in:
committed by
GitHub
parent
7953e5b962
commit
0be5ff829b
@@ -37,7 +37,7 @@ namespace Content.Server.Medical
|
||||
|
||||
public override void Update(float frameTime)
|
||||
{
|
||||
foreach (var comp in ComponentManager.EntityQuery<MedicalScannerComponent>(true))
|
||||
foreach (var comp in EntityManager.EntityQuery<MedicalScannerComponent>(true))
|
||||
{
|
||||
comp.Update(frameTime);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user