mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2024-11-22 15:05:18 +01:00
Fixed curse of calling
Signed-off-by: BuildTools <unconfigured@null.spigotmc.org>
This commit is contained in:
parent
ea9063754d
commit
e37c188e03
@ -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<>();
|
||||
|
Loading…
Reference in New Issue
Block a user