mirror of
				https://github.com/IntellectualSites/PlotSquared.git
				synced 2025-11-04 03:03:43 +01:00 
			
		
		
		
	Fix #539
This commit is contained in:
		@@ -88,6 +88,9 @@ public class MainUtil {
 | 
			
		||||
    
 | 
			
		||||
    public static boolean isPlotArea(final Location location) {
 | 
			
		||||
        final PlotWorld plotworld = PS.get().getPlotWorld(location.getWorld());
 | 
			
		||||
        if (plotworld == null) {
 | 
			
		||||
            return false;
 | 
			
		||||
        }
 | 
			
		||||
        if (plotworld.TYPE == 2) {
 | 
			
		||||
            return ClusterManager.getCluster(location) != null;
 | 
			
		||||
        }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user