mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2024-11-22 15:05:18 +01:00
Fixed double static EnchantmentTarget
This commit is contained in:
parent
a474b51a25
commit
811488244a
@ -24,10 +24,6 @@ public class EnchantmentTarget implements Registerable {
|
||||
*/
|
||||
public static final EnchantmentTarget ALL = new EnchantmentTarget("all", new HashSet<>());
|
||||
|
||||
static {
|
||||
REGISTERED.add(ALL);
|
||||
}
|
||||
|
||||
/**
|
||||
* The name of the target.
|
||||
*/
|
||||
@ -96,6 +92,7 @@ public class EnchantmentTarget implements Registerable {
|
||||
}
|
||||
|
||||
static {
|
||||
REGISTERED.add(ALL);
|
||||
update();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user