diff --git a/Content.Server/GameObjects/EntitySystems/Power/PowerSolarSystem.cs b/Content.Server/GameObjects/EntitySystems/Power/PowerSolarSystem.cs
index cc4d789560..fee28a0de7 100644
--- a/Content.Server/GameObjects/EntitySystems/Power/PowerSolarSystem.cs
+++ b/Content.Server/GameObjects/EntitySystems/Power/PowerSolarSystem.cs
@@ -25,7 +25,7 @@ namespace Content.Server.GameObjects.EntitySystems
///
/// The current sun angle.
///
- public Angle TowardsSun = Angle.South;
+ public Angle TowardsSun = Angle.Zero;
///
/// The current sun angular velocity. (This is changed in Initialize)