mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-24 09:16:06 +01:00
[SPIGOT-1494] Really fix player skulls with custom texture but without owner.
By: BlackHole <black-hole@live.com>
This commit is contained in:
parent
eb6f00d0c9
commit
2da480a9c8
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ class CraftMetaSkull extends CraftMetaItem implements SkullMeta {
|
|||
}
|
||||
|
||||
boolean isSkullEmpty() {
|
||||
return !(hasOwner());
|
||||
return profile == null;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Reference in a new issue