mirror of
https://github.com/AsgardEternal/squad-js-map-vote.git
synced 2025-01-23 13:43:52 -06:00
Update mapvote.js
This commit is contained in:
parent
8944c4ef17
commit
0a69c8d712
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user