More (IComponent) shenanigans and also some contaminated IoCManager.Resolve<IEntityManager>() very long yes calls
This commit is contained in:
@@ -59,7 +59,7 @@ namespace Content.Server.Temperature.Systems
|
||||
if (comp.Deleted || comp.Paused)
|
||||
continue;
|
||||
|
||||
ChangeDamage(((IComponent) comp).Owner, comp);
|
||||
ChangeDamage((comp).Owner, comp);
|
||||
}
|
||||
|
||||
ShouldUpdateDamage.Clear();
|
||||
|
||||
Reference in New Issue
Block a user