mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-28 03:34:43 +02:00
For consistency with Bukkit, ItemChecks.isPants -> ItemChecks.isLeggings
This commit is contained in:
@ -124,7 +124,7 @@ public class Salvage {
|
||||
else if (ItemChecks.isChestplate(inHand)) {
|
||||
return 8;
|
||||
}
|
||||
else if (ItemChecks.isPants(inHand)) {
|
||||
else if (ItemChecks.isLeggings(inHand)) {
|
||||
return 7;
|
||||
}
|
||||
else if (ItemChecks.isBoots(inHand)) {
|
||||
|
Reference in New Issue
Block a user