fix: not-tested. multiple discord alerts

This commit is contained in:
Davide Fantino 2023-03-01 13:04:54 +01:00
parent bbb14936e9
commit 73c3166912

View File

@ -683,6 +683,8 @@ export default class MapVote extends DiscordBasePlugin {
}
async endVotingGently(steamID = null) {
if (!this.votingEnabled) return;
this.endVoting();
if (steamID) await this.warn(steamID, "Voting terminated!");