Merge remote-tracking branch 'upstream/master'

This commit is contained in:
Jabak
2024-06-29 00:41:48 +03:00
12 changed files with 204 additions and 50 deletions

View File

@@ -233,7 +233,7 @@ namespace Content.Shared.CCVar
/// Whether a random position offset will be applied to the station on roundstart.
/// </summary>
public static readonly CVarDef<bool> StationOffset =
CVarDef.Create("game.station_offset", true);
CVarDef.Create("game.station_offset", false);
/// <summary>
/// When the default blueprint is loaded what is the maximum amount it can be offset from 0,0.
@@ -246,7 +246,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.