Compare commits
1 Commits
master
...
empirephoe
Author | SHA1 | Date | |
---|---|---|---|
|
20fa3573bb |
@ -49,7 +49,7 @@ public class JmeVersion {
|
||||
static {
|
||||
try {
|
||||
props.load(JmeVersion.class.getResourceAsStream("version.properties"));
|
||||
} catch (IOException ex) {
|
||||
} catch (Exception ex) {
|
||||
logger.log(Level.WARNING, "Unable to read version info!", ex);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user