Skip to content

Commit

Permalink
Update CCVars.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
VMSolidus committed May 4, 2024
1 parent bcba544 commit 1032a62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Shared/CCVar/CCVars.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1070,7 +1070,7 @@ public static readonly CVarDef<bool>
/// Also looks weird on slow spacing for unrelated reasons. If you do want to enable this, you should probably turn on instaspacing.
/// </summary>
public static readonly CVarDef<bool> MonstermosRipTiles =
CVarDef.Create("atmos.monstermos_rip_tiles", false, CVar.SERVERONLY);
CVarDef.Create("atmos.monstermos_rip_tiles", true, CVar.SERVERONLY);

/// <summary>
/// Whether explosive depressurization will cause the grid to gain an impulse.
Expand Down

0 comments on commit 1032a62

Please sign in to comment.