Fixed curse of calling

Signed-off-by: BuildTools <unconfigured@null.spigotmc.org>
This commit is contained in:
Auxilor 2020-10-15 14:24:04 +01:00 committed by BuildTools
parent ea9063754d
commit e37c188e03

View File

@ -22,7 +22,7 @@ import java.util.HashMap;
public final class CallingCurse extends EcoEnchant implements EcoRunnable {
public CallingCurse() {
super(
new EcoEnchantBuilder("calling_curse", EnchantmentType.CURSE, 5.0)
new EcoEnchantBuilder("calling_curse", EnchantmentType.CURSE)
);
}
private final HashMap<Player, Integer> players = new HashMap<>();