mirror of
				https://github.com/mcMMO-Dev/mcMMO.git
				synced 2025-11-04 11:03:43 +01:00 
			
		
		
		
	Use boolean over Boolean
This commit is contained in:
		@@ -140,7 +140,7 @@ public final class BlockUtils {
 | 
			
		||||
     * @return true if the block should affected by Super Breaker, false
 | 
			
		||||
     * otherwise
 | 
			
		||||
     */
 | 
			
		||||
    public static Boolean affectedBySuperBreaker(BlockState blockState) {
 | 
			
		||||
    public static boolean affectedBySuperBreaker(BlockState blockState) {
 | 
			
		||||
        if(mcMMO.getMaterialMapStore().isIntendedToolPickaxe(blockState.getType()))
 | 
			
		||||
            return true;
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user