更新 src/main/java/com/mingliqiye/minecraft/enchantment/conflict/enchantment/Enchantment.java
This commit is contained in:
parent
a3c0a63c5b
commit
fb4b8757d6
@ -61,7 +61,7 @@ public class Enchantment {
|
||||
List<Enchantment> groupsB = ofId(enchantmentB, config);
|
||||
|
||||
if (groupsA.isEmpty() && groupsB.isEmpty()) {
|
||||
return true;
|
||||
return null;
|
||||
}
|
||||
|
||||
for (Enchantment groupA : groupsA) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user