mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 08:14:00 +02:00
fix weird isAir error ?
This commit is contained in:
parent
d4e94872d8
commit
b42fb42d83
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ class PrepareAnvilListener : Listener {
|
|||
if (testCustomRecipe(event, inventory, player, first, second)) return
|
||||
|
||||
// Test rename lonely item
|
||||
val isAir = second.isAir()
|
||||
val isAir = second.isAir
|
||||
CustomAnvil.verboseLog("checking air in main logic: $isAir")
|
||||
if (isAir) {
|
||||
doRenaming(event, inventory, player, first)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue