diff --git a/code/game/machinery/ARES/AdminAres.dm b/code/game/machinery/ARES/AdminAres.dm index c7f7a7692f5e..6d71c292b5aa 100644 --- a/code/game/machinery/ARES/AdminAres.dm +++ b/code/game/machinery/ARES/AdminAres.dm @@ -64,7 +64,7 @@ data["access_level"] = interface.authentication data["alert_level"] = security_level - data["evac_status"] = EvacuationAuthority.evac_status + data["evac_status"] = SShijack.evac_status data["worldtime"] = world.time data["access_log"] = list()