disable station rotation by default as it's broken (#7164)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user