1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2025-06-22 08:51:26 +02:00

Implement xp

This commit is contained in:
NuclearW 2012-05-22 05:19:17 -04:00
parent c890ff5605
commit 60754c9380

@ -140,6 +140,9 @@ public class SimpleRepairManager implements RepairManager {
// Remove the item
removeOneFrom(inventory, repairItemLocation);
// Give out XP like candy
Repair.xpHandler(player, PP, startDurability, newDurability, repairable.getXpMultiplier());
// Repair the item!
item.setDurability(newDurability);
}