Merge pull request #3869 from Captain-Chaos/v3.0

Typo in log message
This commit is contained in:
mikeprimm 2022-11-29 15:34:56 -06:00 committed by GitHub
commit 0aebacd3f2

View file

@ -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) {}