mirror of
				https://github.com/IntellectualSites/PlotSquared.git
				synced 2025-11-03 18:53:43 +01:00 
			
		
		
		
	Revert testCreate change
This commit is contained in:
		@@ -50,7 +50,8 @@ public class EntitySpawnListener implements Listener {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    public static void testCreate(final Entity entity) {
 | 
					    public static void testCreate(final Entity entity) {
 | 
				
			||||||
        @NotNull World world = entity.getWorld();
 | 
					        @NotNull World world = entity.getWorld();
 | 
				
			||||||
        if (!areaName.equals(world.getName())) {
 | 
					        if (areaName == world.getName()) {
 | 
				
			||||||
 | 
					        } else {
 | 
				
			||||||
            areaName = world.getName();
 | 
					            areaName = world.getName();
 | 
				
			||||||
            hasPlotArea = PlotSquared.get().hasPlotArea(areaName);
 | 
					            hasPlotArea = PlotSquared.get().hasPlotArea(areaName);
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user