diff --git a/Content.Server/Construction/AnchorableSystem.cs b/Content.Server/Construction/AnchorableSystem.cs index 358379a621..a86d330186 100644 --- a/Content.Server/Construction/AnchorableSystem.cs +++ b/Content.Server/Construction/AnchorableSystem.cs @@ -77,7 +77,7 @@ namespace Content.Server.Construction return false; // Optional resolves. - Resolve(uid, ref pullable); + Resolve(uid, ref pullable, false); if (!Resolve(usingUid, ref usingTool)) return false;