mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2024-11-21 14:55:17 +01:00
Fixed EnchantGUI
This commit is contained in:
parent
2d6b61dfb4
commit
c1a728adf0
@ -78,7 +78,7 @@ object EnchantGUI {
|
||||
menu.setState(
|
||||
player,
|
||||
"enchants",
|
||||
atCaptive.applicableEnchantments.sortForDisplay()
|
||||
atCaptive.applicableEnchantments.map { it.enchantment }.sortForDisplay()
|
||||
.subtract(atCaptive.fast().enchants.keys)
|
||||
.toList()
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user