Fix server crash

This commit is contained in:
Víctor Aguilera Puerto
2020-08-04 16:11:41 +02:00
parent 4546fffe70
commit c5d3bff266

View File

@@ -24,6 +24,7 @@ namespace Content.Server.GameObjects.Components.Atmos
/// <summary> /// <summary>
/// This is our SSAir equivalent. /// This is our SSAir equivalent.
/// </summary> /// </summary>
[ComponentReference(typeof(IGridAtmosphereComponent))]
[RegisterComponent, Serializable] [RegisterComponent, Serializable]
public class GridAtmosphereComponent : Component, IGridAtmosphereComponent public class GridAtmosphereComponent : Component, IGridAtmosphereComponent
{ {