mirror of
https://github.com/AsgardEternal/squad-js-map-vote.git
synced 2025-01-23 18:23:52 -06:00
print layers better
This commit is contained in:
parent
11ac74acbd
commit
294eb41875
@ -1142,7 +1142,9 @@ layer
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log(Layers.layers)
|
for (const lay in Layers.layers){
|
||||||
|
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');
|
||||||
|
|
||||||
// this.verbose(1, 'Layers', Layers.layers);
|
// this.verbose(1, 'Layers', Layers.layers);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user