mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-28 05:05:16 +01:00
Fixed IndexOutOfBoundsException (sortof?)
This commit is contained in:
parent
649edfdc2d
commit
43a652f15a
@ -24,6 +24,7 @@ public class ZoomedTileRenderer {
|
||||
try {
|
||||
image = ImageIO.read(originalTile.file);
|
||||
} catch (IOException e) {
|
||||
} catch (IndexOutOfBoundsException e) {
|
||||
}
|
||||
|
||||
if (image == null) {
|
||||
|
Loading…
Reference in New Issue
Block a user