mirror of
https://github.com/BlueMap-Minecraft/BlueMap.git
synced 2024-11-22 10:35:16 +01:00
Use map-id instead of map-name for render-task name
This commit is contained in:
parent
0511a6811a
commit
2c1fb0a8db
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user