Update default player skin to new format, expect 64x64

This commit is contained in:
Mike Primm 2018-12-31 08:37:01 -06:00
parent 39bfa0e9b1
commit 08226b8602
2 changed files with 1 additions and 1 deletions

View File

@ -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