mirror of
https://github.com/AsgardEternal/squad-js-map-vote.git
synced 2025-01-23 14:53:51 -06:00
debug logging
This commit is contained in:
parent
c1cd5cd392
commit
44941a2e44
@ -1156,8 +1156,8 @@ layer
|
||||
}
|
||||
}
|
||||
|
||||
for (const lay in Layers.layers){
|
||||
this.verbose(1, 'mapvote found layer: ', lay);
|
||||
for (const lay in Layers._layers.values()){
|
||||
this.verbose(1, 'mapvote found layer: ', lay.layerid);
|
||||
}
|
||||
this.verbose(1, 'Layer list updated', Layers.layers.length, 'total layers');
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user