Update mapvote.js

This commit is contained in:
Skillet 2023-05-21 21:20:26 -04:00 committed by GitHub
parent 8944c4ef17
commit 0a69c8d712
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -354,7 +354,7 @@ export default class MapVote extends DiscordBasePlugin {
}
getModLayers(){
return Layers.layers.filter((l) => this.options.modWhitelist.find((e) => e === l.modName));
return Layers.layers//.filter((l) => this.options.modWhitelist.find((e) => e === l.modName));
}
setSeedingMode(isNewGameEvent = false) {