diff --git a/Content.Server/Solar/EntitySystems/PowerSolarSystem.cs b/Content.Server/Solar/EntitySystems/PowerSolarSystem.cs index 62a1b3324a..5c36c8aedf 100644 --- a/Content.Server/Solar/EntitySystems/PowerSolarSystem.cs +++ b/Content.Server/Solar/EntitySystems/PowerSolarSystem.cs @@ -86,7 +86,7 @@ namespace Content.Server.Solar.EntitySystems TotalPanelPower = 0; - foreach (var panel in EntityManager.EntityQuery(true)) + foreach (var panel in EntityManager.EntityQuery(false)) { // There's supposed to be rotational logic here, but that implies putting it somewhere. panel.Owner.Transform.WorldRotation = TargetPanelRotation;