Update default player skin to new format, expect 64x64
This commit is contained in:
parent
39bfa0e9b1
commit
08226b8602
2 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue