Update buckle jointrelay (#21079)

This commit is contained in:
metalgearsloth
2023-10-22 16:53:15 +11:00
committed by GitHub
parent 60bfdc4968
commit e2352fc28e

View File

@@ -75,7 +75,7 @@ public abstract partial class SharedBuckleSystem : EntitySystem
return;
_transform.SetLocalRotation(buckleUid, Angle.Zero, buckleTransform);
_joints.RefreshRelay(buckleUid, strapUid);
_joints.SetRelay(buckleUid, strapUid);
switch (strapComp.Position)
{