From d89121901f0257b1be09d4a3dd2ca052f81beadc Mon Sep 17 00:00:00 2001 From: gyg51777 Date: Thu, 2 May 2024 13:03:15 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A7=D0=B0=D1=81=D1=82=D0=B8=D1=87=D0=BD?= =?UTF-8?q?=D0=BE=20=D1=83=D0=B1=D1=80=D0=B0=D0=BD=D0=B0=20=D1=81=D0=B8?= =?UTF-8?q?=D0=BD=D1=85=D1=80=D0=BE=D0=BD=D0=B8=D0=B7=D0=B0=D1=86=D0=B8?= =?UTF-8?q?=D1=8F=20=D1=81=D0=BE=D1=81=D1=82=D0=BE=D1=8F=D0=BD=D0=B8=D1=8F?= =?UTF-8?q?=20BuckleComponent?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Content.Shared/Buckle/Components/BuckleComponent.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Content.Shared/Buckle/Components/BuckleComponent.cs b/Content.Shared/Buckle/Components/BuckleComponent.cs index 80d3be7db14..1565ece7cf2 100644 --- a/Content.Shared/Buckle/Components/BuckleComponent.cs +++ b/Content.Shared/Buckle/Components/BuckleComponent.cs @@ -25,7 +25,7 @@ public sealed partial class BuckleComponent : Component public bool Buckled; [ViewVariables] - [AutoNetworkedField] + //[AutoNetworkedField] - Космический костыль. Вернуть на место, когда у Resolve logMissing=false by default public EntityUid? LastEntityBuckledTo; /// @@ -59,8 +59,8 @@ public sealed partial class BuckleComponent : Component /// /// The strap that this component is buckled to. /// + //[AutoNetworkedField] - Космический костыль. Вернуть на место, когда у Resolve logMissing=false by default [ViewVariables] - [AutoNetworkedField] public EntityUid? BuckledTo; ///