diff --git a/Content.Shared/Buckle/SharedBuckleSystem.Buckle.cs b/Content.Shared/Buckle/SharedBuckleSystem.Buckle.cs index ee0e54051a..8cb3374cf3 100644 --- a/Content.Shared/Buckle/SharedBuckleSystem.Buckle.cs +++ b/Content.Shared/Buckle/SharedBuckleSystem.Buckle.cs @@ -493,6 +493,7 @@ public abstract partial class SharedBuckleSystem Dirty(strapComp); } + _joints.RefreshRelay(buckleUid); AppearanceSystem.SetData(strapUid, StrapVisuals.State, strapComp.BuckledEntities.Count != 0); var audioSourceUid = userUid != buckleUid ? userUid : strapUid; _audioSystem.PlayPredicted(strapComp.UnbuckleSound, strapUid, audioSourceUid);