Skip to content

Commit

Permalink
Merge branch 'project/ares/admin_console' into project/ares/tm_holder
Browse files Browse the repository at this point in the history
  • Loading branch information
realforest2001 committed Sep 4, 2023
2 parents e572062 + 3594385 commit 714e7e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/machinery/ARES/AdminAres.dm
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
for(var/datum/ares_ticket/access/access_ticket as anything in tickets_access)
var/lock_status = TICKET_OPEN
switch(access_ticket.ticket_status)
if(TICKET_REJECTED, TICKET_CANCELLED, TICKET_COMPLETED)
if(TICKET_REJECTED, TICKET_CANCELLED, TICKET_REVOKED)
lock_status = TICKET_CLOSED

var/list/current_ticket = list()
Expand Down

0 comments on commit 714e7e7

Please sign in to comment.