Skip to content

Commit

Permalink
sec fix
Browse files Browse the repository at this point in the history
  • Loading branch information
realforest2001 committed Aug 21, 2023
1 parent da3d3f4 commit 2bcb065
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions code/game/machinery/ARES/AdminAres.dm
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,7 @@
data["records_announcement"] = logged_announcements

var/list/logged_alerts = list()
for(var/datum/ares_record/security/security_alert as anything in interface.records_announcement)
if(!istype(security_alert))
continue
for(var/datum/ares_record/security/security_alert as anything in interface.records_security)
var/list/current_alert = list()
current_alert["time"] = security_alert.time
current_alert["title"] = security_alert.title
Expand Down

0 comments on commit 2bcb065

Please sign in to comment.