From 9deee0527913ebc9387f8a5e1fb4c78464819146 Mon Sep 17 00:00:00 2001 From: Paul Date: Sun, 28 Feb 2021 15:56:10 +0100 Subject: [PATCH] Merge branch 'serv3' of https://github.com/PaulRitter/space-station-14 into master --- .../GameObjects/EntitySystems/Power/PowerSolarSystem.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)