Update SharedEntityStorageComponent.cs

This commit is contained in:
Ed
2025-02-13 23:38:00 +03:00
parent 66a4cbd498
commit 04aa7504fb

View File

@@ -92,7 +92,7 @@ public abstract partial class SharedEntityStorageComponent : Component
/// Whether or not the container is sealed and traps air inside of it
/// </summary>
[DataField, ViewVariables(VVAccess.ReadWrite)]
public bool Airtight = false; //CP14 false default: no atmos on MapGrid
public bool Airtight = true;
/// <summary>
/// Whether or not the entitystorage is open or closed