mirror of
				https://github.com/mcMMO-Dev/mcMMO.git
				synced 2025-11-04 02:53:43 +01:00 
			
		
		
		
	Bad copy paste
This commit is contained in:
		@@ -141,7 +141,7 @@ public class Salvage {
 | 
			
		||||
     * @return true if the item is salvageable, false otherwise
 | 
			
		||||
     */
 | 
			
		||||
    public static boolean isSalvageable(final ItemStack is) {
 | 
			
		||||
        if (configInstance.getSalvageTools() && (ItemChecks.isMinecraftArmor(is) || ItemChecks.isStringTool(is) || is.getType() == Material.BUCKET)) {
 | 
			
		||||
        if (configInstance.getSalvageTools() && (ItemChecks.isMinecraftTool(is) || ItemChecks.isStringTool(is) || is.getType() == Material.BUCKET)) {
 | 
			
		||||
            return true;
 | 
			
		||||
        }
 | 
			
		||||
        if (configInstance.getSalvageArmor() && ItemChecks.isMinecraftArmor(is)) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user