Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
Trilbyspaceclone authored Mar 19, 2023
1 parent 80b6cb9 commit 4e5773a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/controllers/subsystems/vote.dm
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ SUBSYSTEM_DEF(vote)
addtimer(CALLBACK(src, /datum/controller/subsystem/vote/proc/recall_vote), 240 MINUTES)

/datum/controller/subsystem/vote/proc/recall_vote()
if(active_vote) //No sneaky attempt to stop the recall vote
if(SSvote.active_vote) //No sneaky attempt to stop the recall vote
stop_vote()
start_vote(/datum/poll/restart)

Expand Down

0 comments on commit 4e5773a

Please sign in to comment.