File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
BlueMapCLI/src/main/java/de/bluecolored/bluemap/cli Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -109,15 +109,15 @@ public void renderMaps() throws IOException {
109109 }
110110
111111 HiresModelManager hiresModelManager = new HiresModelManager (
112- config .getWebDataPath ().resolve ("hires" ). resolve ( mapConfig .getId ()),
112+ config .getWebDataPath ().resolve (mapConfig .getId ()). resolve ( "hires" ),
113113 resourcePack ,
114114 mapConfig ,
115115 new Vector2i (mapConfig .getHiresTileSize (), mapConfig .getHiresTileSize ()),
116116 ForkJoinPool .commonPool ()
117117 );
118118
119119 LowresModelManager lowresModelManager = new LowresModelManager (
120- config .getWebDataPath ().resolve ("lowres" ). resolve ( mapConfig .getId ()),
120+ config .getWebDataPath ().resolve (mapConfig .getId ()). resolve ( "lowres" ),
121121 new Vector2i (mapConfig .getLowresPointsPerLowresTile (), mapConfig .getLowresPointsPerLowresTile ()),
122122 new Vector2i (mapConfig .getLowresPointsPerHiresTile (), mapConfig .getLowresPointsPerHiresTile ())
123123 );
You can’t perform that action at this time.
0 commit comments