mirror of
				https://github.com/IntellectualSites/PlotSquared.git
				synced 2025-11-03 18:53:43 +01:00 
			
		
		
		
	Get rid of unused field
This commit is contained in:
		@@ -44,10 +44,7 @@ import java.util.Set;
 | 
			
		||||
public class DefaultPlotAreaManager implements PlotAreaManager {
 | 
			
		||||
 | 
			
		||||
    final PlotArea[] noPlotAreas = new PlotArea[0];
 | 
			
		||||
 | 
			
		||||
    private final Map<String, PlotWorld> plotWorlds = new HashMap<>();
 | 
			
		||||
    // Optimization if there are no hash collisions
 | 
			
		||||
    private boolean plotAreaHasCollision = false;
 | 
			
		||||
 | 
			
		||||
    @Override public PlotArea[] getAllPlotAreas() {
 | 
			
		||||
        final Set<PlotArea> area = new HashSet<>();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user