mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2024-11-25 15:35:11 +01:00
Fixed precision
This commit is contained in:
parent
5e5b0e8a62
commit
080c75405e
@ -26,7 +26,7 @@ import java.util.concurrent.atomic.AtomicInteger;
|
||||
public final class Precision extends EcoEnchant {
|
||||
public Precision() {
|
||||
super(
|
||||
"precision", EnchantmentType.SPECIAL
|
||||
"precision", EnchantmentType.SPECIAL, PrecisionMain.class
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user