Use map-id instead of map-name for render-task name

This commit is contained in:
Blue (Lukas Rieger) 2020-01-21 22:09:19 +01:00
parent 0511a6811a
commit 2c1fb0a8db

View File

@ -196,7 +196,7 @@ public void renderMaps() throws IOException {
continue;
}
RenderTask task = new RenderTask(map.getName(), map);
RenderTask task = new RenderTask(map.getId(), map);
task.addTiles(tiles);
task.optimizeQueue();