diff --git a/Content.Shared/_CP14/DayCycle/CP14CloudShadowsComponent.cs b/Content.Shared/_CP14/DayCycle/CP14CloudShadowsComponent.cs index 8f7cbb9a60..7502016caf 100644 --- a/Content.Shared/_CP14/DayCycle/CP14CloudShadowsComponent.cs +++ b/Content.Shared/_CP14/DayCycle/CP14CloudShadowsComponent.cs @@ -1,11 +1,12 @@ using System.Numerics; +using Robust.Shared.GameStates; namespace Content.Shared._CP14.DayCycle; /// /// if added to the map, renders cloud shadows on the map /// -[RegisterComponent] +[RegisterComponent, NetworkedComponent] public sealed partial class CP14CloudShadowsComponent : Component { [DataField]