Skip to content

Commit

Permalink
Fixed Animation bug when closing doors
Browse files Browse the repository at this point in the history
  • Loading branch information
zHonys committed Dec 20, 2024
1 parent bf926c8 commit 44f1289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Shared/Doors/Components/DoorComponent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ private float? SecondsUntilStateChange
[DataField, ViewVariables(VVAccess.ReadWrite)]
public bool CanPry = true;

[DataField]
[DataField, AutoNetworkedField, ViewVariables(VVAccess.ReadOnly)]
public bool BeingPried;

[DataField]
Expand Down

0 comments on commit 44f1289

Please sign in to comment.