mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-02 00:30:07 +01:00
Fix typo.
This commit is contained in:
parent
42ddf648b1
commit
c8869c86be
@ -192,7 +192,7 @@ public class Repair {
|
||||
removeItem(player, rIron);
|
||||
repairItem(player, enchants, enchantsLevel);
|
||||
|
||||
durabilityAfter = (short) (player.getItemInHand().getDurability();
|
||||
durabilityAfter = player.getItemInHand().getDurability();
|
||||
dif = (short) (durabilityBefore - durabilityAfter);
|
||||
if(m.isShovel(is))
|
||||
dif = (short) (dif / 3);
|
||||
|
Loading…
Reference in New Issue
Block a user