mirror of
				https://github.com/mcMMO-Dev/mcMMO.git
				synced 2025-11-03 18:43:43 +01:00 
			
		
		
		
	Removed useless removal checks.
This commit is contained in:
		@@ -128,7 +128,6 @@ public class WoodCutting
 | 
				
			|||||||
                    //Remove the block
 | 
					                    //Remove the block
 | 
				
			||||||
                    x.setData((byte) 0);
 | 
					                    x.setData((byte) 0);
 | 
				
			||||||
                    x.setType(Material.AIR);
 | 
					                    x.setType(Material.AIR);
 | 
				
			||||||
                    plugin.misc.blockWatchList.remove(x);
 | 
					 | 
				
			||||||
                    
 | 
					                    
 | 
				
			||||||
                    //Drop the block
 | 
					                    //Drop the block
 | 
				
			||||||
                    m.mcDropItem(x.getLocation(), item);
 | 
					                    m.mcDropItem(x.getLocation(), item);
 | 
				
			||||||
@@ -148,7 +147,6 @@ public class WoodCutting
 | 
				
			|||||||
                    //Remove the block
 | 
					                    //Remove the block
 | 
				
			||||||
                    x.setData((byte) 0);
 | 
					                    x.setData((byte) 0);
 | 
				
			||||||
                    x.setType(Material.AIR);
 | 
					                    x.setType(Material.AIR);
 | 
				
			||||||
                    plugin.misc.blockWatchList.remove(x);
 | 
					 | 
				
			||||||
                        
 | 
					                        
 | 
				
			||||||
                    //Damage the tool more if the Tree is larger
 | 
					                    //Damage the tool more if the Tree is larger
 | 
				
			||||||
                    durabilityLoss++;
 | 
					                    durabilityLoss++;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user