Don't log when failing to get a player skin, it's common that they won't have one.

This commit is contained in:
fescen9 2010-12-12 21:58:24 +00:00
parent 084c1a4925
commit 3072b635cb
2 changed files with 2 additions and 2 deletions

View File

@ -870,10 +870,10 @@ public class MapManager extends Thread {
success = true;
}
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) {
log.log(Level.INFO, "Failed to fetch player image " + filename, e);
//log.log(Level.INFO, "Failed to fetch player image " + filename, e);
}
return success;

BIN
dist/DynamicMap.rar vendored

Binary file not shown.