]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Pets toggle internals fix (#28904)
authorStalen <33173619+stalengd@users.noreply.github.com>
Thu, 13 Jun 2024 02:17:07 +0000 (05:17 +0300)
committerGitHub <noreply@github.com>
Thu, 13 Jun 2024 02:17:07 +0000 (22:17 -0400)
Content.Server/Body/Systems/InternalsSystem.cs

index 0e568b77cb48217596d2843b6b5dec4b1f31810a..922d48f13ed2a28d51110ea56fc9acc25273b973 100644 (file)
@@ -262,7 +262,7 @@ public sealed class InternalsSystem : EntitySystem
         // 3. in-hand tanks
         // 4. pocket/belt tanks
 
-        if (!Resolve(user, ref user.Comp1, ref user.Comp2, ref user.Comp3))
+        if (!Resolve(user, ref user.Comp2, ref user.Comp3))
             return null;
 
         if (_inventory.TryGetSlotEntity(user, "back", out var backEntity, user.Comp2, user.Comp3) &&