From fa0e5952983515548b7380ae73861b58ff3e9f5c Mon Sep 17 00:00:00 2001 From: forest2001 Date: Mon, 27 Nov 2023 20:22:29 +0000 Subject: [PATCH] fix --- code/game/machinery/ARES/AdminAres.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/machinery/ARES/AdminAres.dm b/code/game/machinery/ARES/AdminAres.dm index 6d71c292b5aa..75b9b6d76620 100644 --- a/code/game/machinery/ARES/AdminAres.dm +++ b/code/game/machinery/ARES/AdminAres.dm @@ -63,7 +63,7 @@ data["access_text"] = "[interface.sudo_holder ? "(SUDO)," : ""] access level [interface.authentication], [interface.ares_auth_to_text(interface.authentication)]." data["access_level"] = interface.authentication - data["alert_level"] = security_level + data["alert_level"] = GLOB.security_level data["evac_status"] = SShijack.evac_status data["worldtime"] = world.time