mirror of
https://github.com/AsgardEternal/squad-js-map-vote.git
synced 2025-01-23 18:23:52 -06:00
fix rcon return
This commit is contained in:
parent
37c37bea3c
commit
10de6482c1
@ -1155,7 +1155,7 @@ layer
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
for (const lay in Layers._layers.values()){
|
for (const lay of Layers.layers){
|
||||||
this.verbose(1, 'mapvote found layer: ', lay.layerid);
|
this.verbose(1, 'mapvote found layer: ', lay.layerid);
|
||||||
}
|
}
|
||||||
this.verbose(1, 'Layer list updated', Layers.layers.length, 'total layers');
|
this.verbose(1, 'Layer list updated', Layers.layers.length, 'total layers');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user