mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 16:16:17 +02:00
fix minor error
This commit is contained in:
parent
cbe535f8c5
commit
fffeba7208
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ class EnchantConflictGroup(
|
|||
|
||||
private fun canBypassByAfterLevel(enchants: Map<CAEnchantment, Int>): Boolean {
|
||||
// Either there no "conflict after"
|
||||
if(conflictAfterLevel.isEmpty()) return false
|
||||
if(conflictBeforeLevel.isEmpty()) return false
|
||||
|
||||
// Or we check if any conflict after enchantment is true
|
||||
for (entry in conflictBeforeLevel) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue