Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
Merge pull request #106 from Corvax-Frontier/fix/lagging-chair
Browse files Browse the repository at this point in the history
Частично убрана синхронизация состояния BuckleComponent
  • Loading branch information
Vonsant authored May 2, 2024
2 parents add2341 + d891219 commit 27f741e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Content.Shared/Buckle/Components/BuckleComponent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public sealed partial class BuckleComponent : Component
public bool Buckled;

[ViewVariables]
[AutoNetworkedField]
//[AutoNetworkedField] - Космический костыль. Вернуть на место, когда у Resolve logMissing=false by default
public EntityUid? LastEntityBuckledTo;

/// <summary>
Expand Down Expand Up @@ -59,8 +59,8 @@ public sealed partial class BuckleComponent : Component
/// <summary>
/// The strap that this component is buckled to.
/// </summary>
//[AutoNetworkedField] - Космический костыль. Вернуть на место, когда у Resolve logMissing=false by default
[ViewVariables]
[AutoNetworkedField]
public EntityUid? BuckledTo;

/// <summary>
Expand Down

0 comments on commit 27f741e

Please sign in to comment.