Merge pull request #1231 from ArchieBeepBoop/matchbox

Matchbox runtime fix
This commit is contained in:
QuoteFox
2021-06-06 19:51:23 +01:00
committed by GitHub
@@ -66,7 +66,7 @@
/datum/component/storage/concrete/_insert_physical_item(obj/item/I, override = FALSE)
. = TRUE
var/atom/real_location = real_location()
if(I.loc != real_location)
if(I.loc != real_location && real_location)
I.forceMove(real_location)
refresh_mob_views()