mirror of
https://github.com/BlueMap-Minecraft/BlueMap.git
synced 2024-11-27 21:24:47 +01:00
Merge branch 'master' into mc/1.12
This commit is contained in:
commit
a6808ce15b
@ -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