Merge pull request #10412 from Linzolle/matchbox-cars

matchbox runtime fix
This commit is contained in:
Ghom
2020-01-04 22:30:13 +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()