mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2024-11-22 15:05:18 +01:00
Finalised Essentials Integration
This commit is contained in:
parent
f05913dc0b
commit
2456e97cd0
@ -140,9 +140,6 @@ public class EnchantDisplay {
|
||||
List<String> itemLore = new ArrayList<>();
|
||||
|
||||
int loreStart = 0;
|
||||
if(Main.hasAE) {
|
||||
loreStart = AEAPI.getEnchantmentsOnItem(item).size();
|
||||
}
|
||||
|
||||
if(meta == null) return oldItem;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user