From 2221d854a15e545cb065697375c71c9c2d1e0e15 Mon Sep 17 00:00:00 2001 From: Leo Date: Tue, 12 Dec 2017 00:38:29 -0200 Subject: [PATCH 1/2] Merge pull request #33446 from tgstation/Cyberboss-patch-3 INVOKE_ASYNC is the exception not the rule! --- code/datums/components/material_container.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/datums/components/material_container.dm b/code/datums/components/material_container.dm index b33cee4059..d8b3b058dd 100644 --- a/code/datums/components/material_container.dm +++ b/code/datums/components/material_container.dm @@ -70,6 +70,7 @@ user_insert(I, user) /datum/component/material_container/proc/user_insert(obj/item/I, mob/living/user) + set waitfor = FALSE var/requested_amount var/Itype = I.type if(ispath(Itype, /obj/item/stack) && precise_insertion)