mirror of
				https://github.com/IntellectualSites/PlotSquared.git
				synced 2025-11-04 03:03:43 +01:00 
			
		
		
		
	Fixes #613
This commit is contained in:
		@@ -425,16 +425,6 @@ public class MainUtil {
 | 
			
		||||
        }
 | 
			
		||||
        return myplots;
 | 
			
		||||
    }
 | 
			
		||||
    
 | 
			
		||||
    public static boolean equals(final Object a, final Object b) {
 | 
			
		||||
        if (a == b) {
 | 
			
		||||
            return true;
 | 
			
		||||
        }
 | 
			
		||||
        if ((a == null) ^ (b == null)) {
 | 
			
		||||
            return false;
 | 
			
		||||
        }
 | 
			
		||||
        return a.equals(b);
 | 
			
		||||
    }
 | 
			
		||||
    
 | 
			
		||||
    /**
 | 
			
		||||
     * Get the number of plots for a player
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user