From d3895e828829b021ae9fc71e5ce3cb38cce35826 Mon Sep 17 00:00:00 2001 From: Ed <96445749+TheShuEd@users.noreply.github.com> Date: Wed, 3 Jul 2024 15:17:05 +0300 Subject: [PATCH] fix --- Content.Shared/_CP14/DayCycle/CP14CloudShadowsComponent.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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]