Don't log when failing to get a player skin, it's common that they won't have one.
This commit is contained in:
parent
084c1a4925
commit
3072b635cb
2 changed files with 2 additions and 2 deletions
|
|
@ -870,10 +870,10 @@ public class MapManager extends Thread {
|
||||||
success = true;
|
success = true;
|
||||||
}
|
}
|
||||||
catch(IOException e) {
|
catch(IOException e) {
|
||||||
log.log(Level.INFO, "Failed to fetch player image " + filename, e);
|
//log.log(Level.INFO, "Failed to fetch player image " + filename, e);
|
||||||
}
|
}
|
||||||
catch(NullPointerException e) {
|
catch(NullPointerException e) {
|
||||||
log.log(Level.INFO, "Failed to fetch player image " + filename, e);
|
//log.log(Level.INFO, "Failed to fetch player image " + filename, e);
|
||||||
}
|
}
|
||||||
|
|
||||||
return success;
|
return success;
|
||||||
|
|
|
||||||
BIN
dist/DynamicMap.rar
vendored
BIN
dist/DynamicMap.rar
vendored
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue