Fix running showatmos twice not disabling the atmos overlay (#2557)
* Fix running showatmos twice not disabling the atmos overlay * Remove entity manager dependency
This commit is contained in:
@@ -53,5 +53,10 @@ namespace Content.Shared.GameObjects.EntitySystems.Atmos
|
||||
OverlayData = overlayData;
|
||||
}
|
||||
}
|
||||
|
||||
[Serializable, NetSerializable]
|
||||
public sealed class AtmosDebugOverlayDisableMessage : EntitySystemMessage
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user