mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 16:16:17 +02:00
fix bug repair limit not working.
This commit is contained in:
parent
a7517974ef
commit
53d2ea2623
1 changed files with 1 additions and 1 deletions
|
|
@ -371,7 +371,7 @@ class AnvilEventListener : Listener {
|
|||
}
|
||||
inventory.repairCost = finalAnvilCost
|
||||
|
||||
event.view.setProperty(REPAIR_COST, anvilCost)
|
||||
event.view.setProperty(REPAIR_COST, finalAnvilCost)
|
||||
})
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue