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.