mirror of
				https://github.com/IntellectualSites/PlotSquared.git
				synced 2025-10-31 09:33:43 +01:00 
			
		
		
		
	commit
This commit is contained in:
		| @@ -114,7 +114,7 @@ public class SpongeMain implements IPlotMain, PluginContainer { | ||||
|         Collection<World> worlds = server.getWorlds(); | ||||
|         if (worlds.size() > 0) { | ||||
|             log("INJECTING WORLDS!!!!!!!"); | ||||
|             UUIDHandler.startCaching(); | ||||
|             UUIDHandler.startCaching(null); | ||||
|             for (World world : server.getWorlds()) { | ||||
|                 log("INJECTING WORLD: " + world.getName()); | ||||
|                 world.setWorldGenerator(new SpongePlotGenerator(world.getName())); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 boy0001
					boy0001