Matchbox runtime fix

This commit is contained in:
Archie
2021-06-04 16:31:31 -03:00
parent 1d9a8dfca8
commit fbd8d02ebb

View File

@@ -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()