runtime fix

This commit is contained in:
Linzolle
2020-01-01 22:23:16 -06:00
parent 58241b704e
commit 74c308c16c
@@ -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()