Don't log missing on tryanchor pullable resolves (#6109)

This commit is contained in:
metalgearsloth
2022-01-11 07:43:58 +11:00
committed by GitHub
parent c19c4bbb29
commit a8d010d6a3

View File

@@ -77,7 +77,7 @@ namespace Content.Server.Construction
return false; return false;
// Optional resolves. // Optional resolves.
Resolve(uid, ref pullable); Resolve(uid, ref pullable, false);
if (!Resolve(usingUid, ref usingTool)) if (!Resolve(usingUid, ref usingTool))
return false; return false;