Refactor & hide internal method about additional info

This commit is contained in:
Victor Shcherb 2020-11-19 16:37:00 +01:00
parent 9fa21ef01c
commit 88edf800d0

View file

@ -368,6 +368,10 @@ public abstract class MapObject implements Comparable<MapObject> {
}
br.close();
str = bld.toString();
// ugly fix of temporary problem of map generation
if(isContentZipped(str)) {
str = unzipContent(str);
}
} catch (IOException e) {
e.printStackTrace();
}