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

fix: empty menu type not adding papi placeholders

This commit is contained in:
LoJoSho
2023-10-16 11:16:57 -05:00
parent ab329e4fbf
commit dbc4a07895

View File

@@ -72,6 +72,7 @@ public class TypeEmpty extends Type {
processedLore.add(Hooks.processPlaceholders(user.getPlayer(), loreLine));
}
}
itemMeta.setLore(processedLore);
itemStack.setItemMeta(itemMeta);
return itemStack;
}