]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Update buckle jointrelay (#21079)
authormetalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
Sun, 22 Oct 2023 05:53:15 +0000 (16:53 +1100)
committerGitHub <noreply@github.com>
Sun, 22 Oct 2023 05:53:15 +0000 (16:53 +1100)
Content.Shared/Buckle/SharedBuckleSystem.cs

index 81d479ca34c1dc37cc8d1d758e6f5e552877037f..7edf2448aed99b0824d8476136c36d665295636b 100644 (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)
         {