disable station rotation by default as it's broken (#7164)

This commit is contained in:
Moony
2022-03-17 13:58:52 -05:00
committed by GitHub
parent d0fe1e9d68
commit afc0e3708e

View File

@@ -143,7 +143,7 @@ namespace Content.Shared.CCVar
/// Whether a random rotation will be applied to the station on roundstart.
/// </summary>
public static readonly CVarDef<bool> StationRotation =
CVarDef.Create("game.station_rotation", true);
CVarDef.Create("game.station_rotation", false);
/// <summary>
/// When enabled, guests will be assigned permanent UIDs and will have their preferences stored.