disables space wind and tile ripping cvars (#21847)

This commit is contained in:
Flareguy 2023-11-27 15:42:29 -06:00 committed by Debug
parent 137f1d3191
commit a2893503d2
1 changed files with 1 additions and 1 deletions

View File

@ -975,7 +975,7 @@ namespace Content.Shared.CCVar
/// Needs <see cref="MonstermosEqualization"/> and <see cref="MonstermosDepressurization"/> to be enabled to work.
/// </summary>
public static readonly CVarDef<bool> MonstermosRipTiles =
CVarDef.Create("atmos.monstermos_rip_tiles", true, CVar.SERVERONLY);
CVarDef.Create("atmos.monstermos_rip_tiles", false, CVar.SERVERONLY);
/// <summary>
/// Whether explosive depressurization will cause the grid to gain an impulse.