Makes many thing that update on paused *not* do that. (#4938)
This commit is contained in:
committed by
GitHub
parent
30a912e54f
commit
b904efb942
@@ -27,7 +27,7 @@ namespace Content.Server.Radiation
|
||||
_accumulator -= RadiationCooldown;
|
||||
|
||||
// All code here runs effectively every RadiationCooldown seconds, so use that as the "frame time".
|
||||
foreach (var comp in EntityManager.EntityQuery<RadiationPulseComponent>(true))
|
||||
foreach (var comp in EntityManager.EntityQuery<RadiationPulseComponent>())
|
||||
{
|
||||
comp.Update(RadiationCooldown);
|
||||
var ent = comp.Owner;
|
||||
|
||||
Reference in New Issue
Block a user