Refactor & hide internal method about additional info
This commit is contained in:
parent
9fa21ef01c
commit
88edf800d0
1 changed files with 4 additions and 0 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue