mirror of
				https://github.com/IntellectualSites/PlotSquared.git
				synced 2025-11-04 11:13:45 +01:00 
			
		
		
		
	Fix claim
This commit is contained in:
		@@ -174,7 +174,6 @@ public class SpongeMain implements IPlotMain {
 | 
			
		||||
                                    return;
 | 
			
		||||
                                }
 | 
			
		||||
                            }
 | 
			
		||||
                            System.out.println("Unload " + world);
 | 
			
		||||
                            Sponge.getServer().unloadWorld(world);
 | 
			
		||||
                        }
 | 
			
		||||
                    }
 | 
			
		||||
 
 | 
			
		||||
@@ -162,8 +162,6 @@ public class SpongeSetupUtils extends SetupUtils {
 | 
			
		||||
            // create world with generator
 | 
			
		||||
            GeneratorWrapper<?> gw = SetupUtils.generators.get(object.setupGenerator);
 | 
			
		||||
            WorldGeneratorModifier wgm = (WorldGeneratorModifier) gw.getPlatformGenerator();
 | 
			
		||||
            System.out.println("GW " + gw + " | " + wgm);
 | 
			
		||||
 | 
			
		||||
            WorldArchetype settings = WorldArchetype.builder()
 | 
			
		||||
            .loadsOnStartup(true)
 | 
			
		||||
            .keepsSpawnLoaded(true)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user