debug logging

This commit is contained in:
Skillet 2023-04-20 23:26:27 -04:00
parent f4e08aa429
commit 68c3b0da53

View File

@ -1150,8 +1150,8 @@ layer
} }
} }
for (const lay in Layers.layers){ for (const lay in Layers._layers.values()){
this.verbose(1, 'mapvote found layer: ', lay); 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');