From afc0e3708e9d9aea6c3f683c5026a760a12ccbfd Mon Sep 17 00:00:00 2001 From: Moony Date: Thu, 17 Mar 2022 13:58:52 -0500 Subject: [PATCH] disable station rotation by default as it's broken (#7164) --- Content.Shared/CCVar/CCVars.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Shared/CCVar/CCVars.cs b/Content.Shared/CCVar/CCVars.cs index 7a428b222d..7b99f5d948 100644 --- a/Content.Shared/CCVar/CCVars.cs +++ b/Content.Shared/CCVar/CCVars.cs @@ -143,7 +143,7 @@ namespace Content.Shared.CCVar /// Whether a random rotation will be applied to the station on roundstart. /// public static readonly CVarDef StationRotation = - CVarDef.Create("game.station_rotation", true); + CVarDef.Create("game.station_rotation", false); /// /// When enabled, guests will be assigned permanent UIDs and will have their preferences stored.