mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-12-24 01:27:37 +01:00
Typo in log message
This commit is contained in:
parent
66fe5d4a8b
commit
53b3b7c08b
@ -255,7 +255,7 @@ public class HDBlockModels {
|
||||
}
|
||||
}
|
||||
} catch (IOException iox) {
|
||||
Log.severe("Error processing nodel files");
|
||||
Log.severe("Error processing model files");
|
||||
} finally {
|
||||
if (in != null) {
|
||||
try { in.close(); } catch (IOException iox) {}
|
||||
|
Loading…
Reference in New Issue
Block a user