mirror of
				https://github.com/IntellectualSites/PlotSquared.git
				synced 2025-11-04 11:13:45 +01:00 
			
		
		
		
	fix: load single plot areas on creation
This commit is contained in:
		@@ -795,9 +795,8 @@ public class PlotSquared {
 | 
			
		||||
        if (world.equals("CheckingPlotSquaredGenerator")) {
 | 
			
		||||
            return;
 | 
			
		||||
        }
 | 
			
		||||
        if (!this.getPlotAreaManager().addWorld(world)) {
 | 
			
		||||
            return;
 | 
			
		||||
        }
 | 
			
		||||
        // Don't check the return result -> breaks runtime loading of single plot areas on creation
 | 
			
		||||
        this.getPlotAreaManager().addWorld(world);
 | 
			
		||||
        Set<String> worlds;
 | 
			
		||||
        if (this.worldConfiguration.contains("worlds")) {
 | 
			
		||||
            worlds = this.worldConfiguration.getConfigurationSection("worlds").getKeys(false);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user