mirror of
https://github.com/BlueMap-Minecraft/BlueMap.git
synced 2024-11-22 10:35:16 +01:00
Fix bug with compression config
This commit is contained in:
parent
a56b610afb
commit
7fe60fa96d
@ -239,7 +239,7 @@ private MapConfig(ConfigurationNode node) throws IOException {
|
||||
|
||||
this.renderEdges = node.getNode("renderEdges").getBoolean(true);
|
||||
|
||||
this.renderEdges = node.getNode("useCompression").getBoolean(true);
|
||||
this.useGzip = node.getNode("useCompression").getBoolean(true);
|
||||
|
||||
this.hiresTileSize = node.getNode("hires", "tileSize").getInt(32);
|
||||
this.hiresViewDistance = node.getNode("hires", "viewDistance").getFloat(4.5f);
|
||||
|
Loading…
Reference in New Issue
Block a user