Skip to content

Commit 2c1fb0a

Browse files
committed
Use map-id instead of map-name for render-task name
1 parent 0511a68 commit 2c1fb0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BlueMapCLI/src/main/java/de/bluecolored/bluemap/cli/BlueMapCLI.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ public void renderMaps() throws IOException {
196196
continue;
197197
}
198198

199-
RenderTask task = new RenderTask(map.getName(), map);
199+
RenderTask task = new RenderTask(map.getId(), map);
200200
task.addTiles(tiles);
201201
task.optimizeQueue();
202202

0 commit comments

Comments
 (0)