Makes many thing that update on paused *not* do that. (#4938)
This commit is contained in:
committed by
GitHub
parent
30a912e54f
commit
b904efb942
@@ -68,7 +68,7 @@ namespace Content.Server.Plants
|
||||
|
||||
_timer = 0f;
|
||||
|
||||
foreach (var plantHolder in EntityManager.EntityQuery<PlantHolderComponent>(true))
|
||||
foreach (var plantHolder in EntityManager.EntityQuery<PlantHolderComponent>())
|
||||
{
|
||||
plantHolder.Update();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user