Update default player skin to new format, expect 64x64
This commit is contained in:
parent
53850761ba
commit
f932d77d45
2 changed files with 1 additions and 1 deletions
|
|
@ -137,7 +137,7 @@ public class PlayerFaces {
|
||||||
if(img == null) { /* No image to process? Quit */
|
if(img == null) { /* No image to process? Quit */
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if((img.getWidth() < 64) || (img.getHeight() < 32)) {
|
if((img.getWidth() < 64) || (img.getHeight() < 64)) {
|
||||||
img.flush();
|
img.flush();
|
||||||
return;
|
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