From cd6de402319e8b7b27d700d4ad74bed243b0e919 Mon Sep 17 00:00:00 2001 From: JensForstmann <19289807+JensForstmann@users.noreply.github.com> Date: Wed, 3 Apr 2024 02:46:13 +0200 Subject: [PATCH] Show chat message what to do next after successfully agreeing on a map --- backend/src/election.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/src/election.ts b/backend/src/election.ts index 568d8cd..2983695 100644 --- a/backend/src/election.ts +++ b/backend/src/election.ts @@ -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,