mirror of
https://github.com/encounter/dynmap.git
synced 2026-03-30 11:08:39 -07:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d566fccb1e |
@@ -29,7 +29,6 @@ public class ZoomedTileRenderer {
|
||||
try {
|
||||
image = ImageIO.read(new File(new File(outputPath), originalTile.getName() + ".png"));
|
||||
} catch (IOException e) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (image == null) {
|
||||
@@ -42,7 +41,6 @@ public class ZoomedTileRenderer {
|
||||
try {
|
||||
zIm = ImageIO.read(zoomFile);
|
||||
} catch (IOException e) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (zIm == null) {
|
||||
|
||||
Reference in New Issue
Block a user