From 5dc71117c697eee280e44073c3686235059bd501 Mon Sep 17 00:00:00 2001 From: Aronai Sieyes Date: Mon, 5 Jul 2021 18:17:23 -0400 Subject: [PATCH] Fix a mapper runtime --- code/modules/holomap/mapper.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()