mirror of
https://github.com/AsgardEternal/squad-js-map-vote.git
synced 2025-01-24 00:13:52 -06:00
fix: not-tested. multiple discord alerts
This commit is contained in:
parent
bbb14936e9
commit
73c3166912
@ -683,6 +683,8 @@ export default class MapVote extends DiscordBasePlugin {
|
|||||||
}
|
}
|
||||||
|
|
||||||
async endVotingGently(steamID = null) {
|
async endVotingGently(steamID = null) {
|
||||||
|
if (!this.votingEnabled) return;
|
||||||
|
|
||||||
this.endVoting();
|
this.endVoting();
|
||||||
|
|
||||||
if (steamID) await this.warn(steamID, "Voting terminated!");
|
if (steamID) await this.warn(steamID, "Voting terminated!");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user