diff --git a/code/modules/holomap/mapper.dm b/code/modules/holomap/mapper.dm index 430a4176ba..b99d2928c1 100644 --- a/code/modules/holomap/mapper.dm +++ b/code/modules/holomap/mapper.dm @@ -185,7 +185,7 @@ hud_item.off(FALSE) /obj/item/device/mapping_unit/proc/hide_device() - hud_datum.unapply_to_hud() + hud_datum?.unapply_to_hud() /obj/item/device/mapping_unit/proc/last_run() stop_updates()