CLI - Send /end request to all Battlesnakes.
This commit is contained in:
parent
72a74a9628
commit
bae7a5083c
1 changed files with 1 additions and 1 deletions
|
|
@ -158,8 +158,8 @@ var run = func(cmd *cobra.Command, args []string) {
|
|||
if snake.EliminatedCause == rules.NotEliminated {
|
||||
isDraw = false
|
||||
winner = Battlesnakes[snake.ID].Name
|
||||
sendEndRequest(ruleset, state, Battlesnakes[snake.ID])
|
||||
}
|
||||
sendEndRequest(ruleset, state, Battlesnakes[snake.ID])
|
||||
}
|
||||
|
||||
if isDraw {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue