We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a56b610 commit 7fe60faCopy full SHA for 7fe60fa
BlueMapCore/src/main/java/de/bluecolored/bluemap/core/config/MainConfig.java
@@ -239,7 +239,7 @@ private MapConfig(ConfigurationNode node) throws IOException {
239
240
this.renderEdges = node.getNode("renderEdges").getBoolean(true);
241
242
- this.renderEdges = node.getNode("useCompression").getBoolean(true);
+ this.useGzip = node.getNode("useCompression").getBoolean(true);
243
244
this.hiresTileSize = node.getNode("hires", "tileSize").getInt(32);
245
this.hiresViewDistance = node.getNode("hires", "viewDistance").getFloat(4.5f);
0 commit comments