9
0
mirror of https://github.com/HibiscusMC/HMCCosmetics.git synced 2025-12-29 03:49:19 +00:00

clean: remove previous todo

This commit is contained in:
LoJoSho
2023-06-16 22:15:47 -05:00
parent f8192d734b
commit 407061d125

View File

@@ -120,7 +120,6 @@ public class ItemSerializer implements TypeSerializer<ItemStack> {
if (item.getType() == Material.PLAYER_HEAD) {
SkullMeta skullMeta = (SkullMeta) itemMeta;
// TODO: Parse PAPI stuff here
if (!ownerNode.virtual()) {
String ownerString = ownerNode.getString();
if (ownerString.contains("%")) {