From 5c89e83ca7f4d03244ec88107879daf51b0dcd1f Mon Sep 17 00:00:00 2001 From: ThereDrD0 <88589686+ThereDrD0@users.noreply.github.com> Date: Tue, 14 May 2024 21:44:14 +0300 Subject: [PATCH] fix: literally autonetworkeed (#305) --- Content.Shared/_White/Telescope/TelescopeComponent.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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]