9
0
mirror of https://github.com/Auxilor/EcoArmor.git synced 2025-12-27 10:59:22 +00:00

Updated display module to eco 6.8.0

This commit is contained in:
Auxilor
2021-09-19 11:34:22 +01:00
parent a7838e73d4
commit 2126a199b0

View File

@@ -29,7 +29,7 @@ public class ArmorDisplay extends DisplayModule {
}
@Override
protected void display(@NotNull final ItemStack itemStack,
public void display(@NotNull final ItemStack itemStack,
@NotNull final Object... args) {
ItemMeta meta = itemStack.getItemMeta();
if (meta == null) {