From db80e6d64718a15d28289873cf840b707b04cb28 Mon Sep 17 00:00:00 2001 From: Aronai Sieyes Date: Mon, 5 Jul 2021 19:56:47 -0400 Subject: [PATCH] Merge pull request #10922 from VOREStation/Arokha/mapper 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()