mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-24 11:15:21 +01:00
Update default player skin to new format, expect 64x64
This commit is contained in:
parent
39bfa0e9b1
commit
08226b8602
@ -137,7 +137,7 @@ public class PlayerFaces {
|
||||
if(img == null) { /* No image to process? Quit */
|
||||
return;
|
||||
}
|
||||
if((img.getWidth() < 64) || (img.getHeight() < 32)) {
|
||||
if((img.getWidth() < 64) || (img.getHeight() < 64)) {
|
||||
img.flush();
|
||||
return;
|
||||
}
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.3 KiB |
Loading…
Reference in New Issue
Block a user