Skip to content

Commit

Permalink
Rename switchTeams to alternateOrder
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mao committed Jan 14, 2023
1 parent 3a0fdd7 commit a3d2c4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ task run(type: JavaExec) {
'-Dbc.game.team-b.package=' + (project.findProperty('packageNameB') ?: project.property('teamB')),
'-Dbc.game.maps=' + project.property('maps'),
'-Dbc.server.validate-maps=' + project.property('validateMaps'),
'-Dbc.server.switch-teams=' + project.property('switchTeams'),
'-Dbc.server.alternate-order=' + project.property('alternateOrder'),
'-Dbc.server.save-file=' + (project.findProperty('replay') ?: defaultReplay),
]
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ enableProfiler=false
outputVerbose=true
showIndicators=true
validateMaps=true
switchTeams=false
alternateOrder=false

0 comments on commit a3d2c4a

Please sign in to comment.