diff --git a/Content.Shared/_White/Telescope/TelescopeComponent.cs b/Content.Shared/_White/Telescope/TelescopeComponent.cs index a77aab0cbf..56f39e060b 100644 --- a/Content.Shared/_White/Telescope/TelescopeComponent.cs +++ b/Content.Shared/_White/Telescope/TelescopeComponent.cs @@ -2,10 +2,10 @@ using Robust.Shared.GameStates; namespace Content.Shared._White.Telescope; -[RegisterComponent, NetworkedComponent] +[RegisterComponent, NetworkedComponent, AutoGenerateComponentState] public sealed partial class TelescopeComponent : Component { - [DataField, ViewVariables(VVAccess.ReadWrite)] + [DataField, ViewVariables(VVAccess.ReadWrite), AutoNetworkedField] public float Divisor = 1f; [ViewVariables]