mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-27 20:58:40 +01:00
commit
7f71e7ef9b
@ -255,7 +255,7 @@ public class HDBlockModels {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
} catch (IOException iox) {
|
} catch (IOException iox) {
|
||||||
Log.severe("Error processing nodel files");
|
Log.severe("Error processing model files");
|
||||||
} finally {
|
} finally {
|
||||||
if (in != null) {
|
if (in != null) {
|
||||||
try { in.close(); } catch (IOException iox) {}
|
try { in.close(); } catch (IOException iox) {}
|
||||||
|
Loading…
Reference in New Issue
Block a user