mirror of
				https://github.com/IntellectualSites/PlotSquared.git
				synced 2025-11-04 11:13:45 +01:00 
			
		
		
		
	fix-armor-stand-caps (#4355)
This commit is contained in:
		@@ -154,7 +154,7 @@ public class EntitySpawnListener implements Listener {
 | 
			
		||||
        if (Settings.Done.RESTRICT_BUILDING && DoneFlag.isDone(plot)) {
 | 
			
		||||
            event.setCancelled(true);
 | 
			
		||||
        }
 | 
			
		||||
        if (type == EntityType.ENDER_CRYSTAL) {
 | 
			
		||||
        if (type == EntityType.ENDER_CRYSTAL || type == EntityType.ARMOR_STAND) {
 | 
			
		||||
            if (BukkitEntityUtil.checkEntity(entity, plot)) {
 | 
			
		||||
                event.setCancelled(true);
 | 
			
		||||
            }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user