Skip to content

Commit

Permalink
Sill mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
savethetreez committed Oct 29, 2023
1 parent 363cca6 commit 58f3789
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/datums/vote.dm
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ var/global/list/round_voters = list() //Keeps track of the individuals voting fo
world << "Round ending due to vote."
log_game("Ending the round due to restart vote.")
map.next_win = world.time - 100
//ticker.finished = TRUE // TO-DO: See if it doesn't affect anything else, but only seems to be in map metadata files.
ticker.finished = TRUE // TO-DO: See if it doesn't affect anything else, but only seems to be in map metadata files.
processes.epochswap.admin_triggered = FALSE
processes.epochswap.restart_triggered = TRUE
processes.epochswap.ready = TRUE
Expand Down
2 changes: 1 addition & 1 deletion code/processes/mapswap.dm
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
)
var/ready = TRUE
var/admin_triggered = FALSE
var/restart_triggered = TRUE
var/restart_triggered = FALSE
var/finished_at = -1

/process/epochswap/setup()
Expand Down

0 comments on commit 58f3789

Please sign in to comment.