fix rcon return

This commit is contained in:
Skillet 2023-04-21 19:31:01 -04:00
parent 899d428e72
commit 441ff99335

View File

@ -1161,7 +1161,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');