Merge pull request #4332 from Citadel-Station-13/upstream-merge-33446

[MIRROR] INVOKE_ASYNC is the exception not the rule!
This commit is contained in:
deathride58
2017-12-12 03:23:36 +00:00
committed by GitHub
@@ -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)