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)