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