mirror of
				https://github.com/IntellectualSites/PlotSquared.git
				synced 2025-11-04 03:03:43 +01:00 
			
		
		
		
	Increase alias priority
This commit is contained in:
		@@ -161,7 +161,7 @@ public class MainUtil {
 | 
			
		||||
                count++;
 | 
			
		||||
            }
 | 
			
		||||
            if (alias != null && alias.equals(plot.settings.getAlias())) {
 | 
			
		||||
                count++;
 | 
			
		||||
                count+=2;
 | 
			
		||||
            }
 | 
			
		||||
            if (count != 0) {
 | 
			
		||||
                plotList.get(count - 1).add(plot);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user