mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-24 11:15:21 +01:00
Another fix for IndexOutOfBounds (by ignoring it...)
This commit is contained in:
parent
43a652f15a
commit
43bc625c08
@ -37,6 +37,7 @@ public class ZoomedTileRenderer {
|
||||
try {
|
||||
zIm = ImageIO.read(zoomFile);
|
||||
} catch (IOException e) {
|
||||
} catch (IndexOutOfBoundsException e) {
|
||||
}
|
||||
|
||||
if (zIm == null) {
|
||||
|
Loading…
Reference in New Issue
Block a user