mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2025-02-04 02:31:21 +01:00
commit
34553f60eb
@ -462,7 +462,7 @@ public class ItemConversions extends PluginDependent<EcoPlugin> implements Liste
|
||||
int i = 0;
|
||||
for (Map.Entry<Enchantment, Integer> entry : enchants.entrySet()) {
|
||||
if (i >= this.getPlugin().getConfigYml().getInt("anvil.hard-cap.cap")) {
|
||||
return;
|
||||
break;
|
||||
}
|
||||
|
||||
Enchantment enchantment = entry.getKey();
|
||||
|
Loading…
Reference in New Issue
Block a user