mirror of
https://github.com/BlueMap-Minecraft/BlueMap.git
synced 2025-01-24 09:11:20 +01:00
Remove uneccessary line
This commit is contained in:
parent
d1ab1c6ca0
commit
cc1e2197f0
@ -397,8 +397,6 @@ public void writeBufferGeometryJson(OutputStream out) throws IOException {
|
||||
Gson gson = new GsonBuilder().create();
|
||||
JsonWriter json = gson.newJsonWriter(new BufferedWriter(new OutputStreamWriter(out, StandardCharsets.UTF_8), 81920));
|
||||
|
||||
Writer w = null;
|
||||
|
||||
json.beginObject(); // main-object
|
||||
json.name("tileGeometry").beginObject(); // tile-geometry-object
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user