mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2024-12-26 20:27:38 +01:00
Removed extra spaces
This commit is contained in:
parent
6b39894089
commit
fa0268fa37
@ -96,7 +96,7 @@ jar {
|
||||
group = 'com.willfp'
|
||||
archivesBaseName = project.name
|
||||
version = findProperty("version")
|
||||
java.sourceCompatibility = JavaVersion.VERSION_1_8
|
||||
java.sourceCompatibility = JavaVersion.VERSION_11
|
||||
|
||||
compileJava.options.encoding = 'UTF-8'
|
||||
|
||||
|
@ -177,11 +177,11 @@ public class VillagerListeners extends PluginDependent implements Listener {
|
||||
if (enchant.conflictsWith(enchantment)) {
|
||||
anyConflicts.set(true);
|
||||
}
|
||||
|
||||
|
||||
if (enchantment.conflictsWith(enchant)) {
|
||||
anyConflicts.set(true);
|
||||
}
|
||||
|
||||
|
||||
EcoEnchant ecoEnchant = EcoEnchants.getFromEnchantment(enchant);
|
||||
|
||||
if (enchantment.getType().equals(ecoEnchant.getType()) && ecoEnchant.getType().isSingular()) {
|
||||
|
Loading…
Reference in New Issue
Block a user