From b095912e22aacfd886457bf9e767d506856bdaf5 Mon Sep 17 00:00:00 2001 From: Tastyfish Date: Thu, 23 Jun 2022 18:31:45 -0400 Subject: [PATCH] Fixes opening big deliveries (#67909) --- code/modules/recycling/sortingmachinery.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/recycling/sortingmachinery.dm b/code/modules/recycling/sortingmachinery.dm index c5494f64621..dae278a45c5 100644 --- a/code/modules/recycling/sortingmachinery.dm +++ b/code/modules/recycling/sortingmachinery.dm @@ -205,7 +205,7 @@ if(!attempt_pre_unwrap_contents(user)) return unwrap_contents() - post_unwrap_contents(user) + post_unwrap_contents() /** * # Wrapped up items small enough to carry.