mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-24 03:05:28 +01:00
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
@ -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
BIN
dist/DynamicMap.rar
vendored
Binary file not shown.
Loading…
Reference in New Issue
Block a user