Skip to content

Commit

Permalink
Show chat message what to do next after successfully agreeing on a map
Browse files Browse the repository at this point in the history
  • Loading branch information
JensForstmann committed Apr 3, 2024
1 parent d9800e2 commit cd6de40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/src/election.ts
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,7 @@ const onAgreeCommand: commands.CommandHandler = async (e) => {
Events.onElectionMapStep(match, 'AGREE', match.data.election.currentStepMap!, team);
match.log(`${teamAB} (${team.name} - ${player.name}) accepts map ${map}`);
await next(match);
await sayWhatIsUp(match);
} else {
await Match.say(
match,
Expand Down

0 comments on commit cd6de40

Please sign in to comment.