fix rcon return

This commit is contained in:
Skillet 2023-04-21 19:31:01 -04:00
parent 37c37bea3c
commit 10de6482c1

View File

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