Skip to content

Commit

Permalink
forgot to commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben10083 committed Mar 10, 2025
1 parent c00a4dd commit e7466d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/datums/votes/round_type.dm
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@

default_choices = list()

//Put secret as the first option
default_choices.Add("Secret")
//Put Odyssey and Secret as the first options
default_choices.Add("Odyssey")
default_choices.Add("Secret")

//Sort the gamemodes
for(var/votable_mode_name in GLOB.config.votable_modes)
Expand Down

0 comments on commit e7466d5

Please sign in to comment.