mirror of
https://github.com/AsgardEternal/squad-js-map-vote.git
synced 2025-01-23 13:43:52 -06:00
fixes3
This commit is contained in:
parent
0a744b8c40
commit
3f43fe7967
@ -1126,7 +1126,6 @@ export default class MapVote extends DiscordBasePlugin {
|
||||
const rconLayers = (await this.server.rcon.execute('ListLayers'))?.split('\n') || [];
|
||||
rconLayers.shift();
|
||||
|
||||
if (rconLayers.length > 0) Layers.layers = Layers.layers.filter((l) => l != null && rconLayers.includes(l.layerid))
|
||||
// this.verbose(1, 'RCON Layers', rconLayers.length, this.mapLayer(rconLayers[ 0 ]))
|
||||
for (const layer of rconLayers) {
|
||||
if (!Layers.layers.find((e) => e?.layerid === layer)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user