From 9492ae071e5f2e6c5cbe8bcf6862b75ea037430a Mon Sep 17 00:00:00 2001 From: Will <7099514+Willburd@users.noreply.github.com> Date: Sat, 7 Feb 2026 18:00:42 -0500 Subject: [PATCH] lol (#19154) --- code/datums/components/materials/remote_materials.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/components/materials/remote_materials.dm b/code/datums/components/materials/remote_materials.dm index 1224c8abd2a..e5728d8f547 100644 --- a/code/datums/components/materials/remote_materials.dm +++ b/code/datums/components/materials/remote_materials.dm @@ -169,7 +169,7 @@ handles linking back and forth. return FALSE if(istype(target, /obj/item/storage/bag/sheetsnatcher)) - return mat_container.OnSheetSnatcher(source, target, user) + return mat_container.OnSheetSnatcher(source, user, target) return attempt_insert(user, target)