Fixed MMO module
This commit is contained in:
@@ -27,12 +27,6 @@ public class EnchantmentConfig extends EnchantmentYamlConfig {
|
||||
this.name = name;
|
||||
}
|
||||
|
||||
@Deprecated
|
||||
public EnchantmentConfig(String name, Class<?> registerer, EcoEnchant.EnchantmentType type) {
|
||||
super(name, registerer, type);
|
||||
this.name = name;
|
||||
}
|
||||
|
||||
public String getName() {
|
||||
return name;
|
||||
}
|
||||
|
||||
@@ -38,5 +38,7 @@ findProject(':SprintArtifacts').projectDir = file('Extensions/SprintArtifacts')
|
||||
include('Alchemy')
|
||||
findProject(':Alchemy').projectDir = file('Extensions/Alchemy')
|
||||
|
||||
/*
|
||||
include('MMO')
|
||||
findProject(':MMO').projectDir = file('Extensions/MMO')
|
||||
findProject(':MMO').projectDir = file('Extensions/MMO')
|
||||
*/
|
||||
Reference in New Issue
Block a user