mirror of
				https://github.com/IntellectualSites/PlotSquared.git
				synced 2025-11-04 03:03:43 +01:00 
			
		
		
		
	Fixed issue with BlockFromTo and plot clusters in augmented worlds
This commit is contained in:
		@@ -869,7 +869,7 @@ public class PlayerEvents extends com.intellectualcrafters.plot.listeners.PlotLi
 | 
			
		||||
            }
 | 
			
		||||
            else {
 | 
			
		||||
                Plot plot = MainUtil.getPlot(loc);
 | 
			
		||||
                if (FlagManager.isPlotFlagTrue(plot, "disable-physics")) {
 | 
			
		||||
                if (plot != null && FlagManager.isPlotFlagTrue(plot, "disable-physics")) {
 | 
			
		||||
                    e.setCancelled(true);
 | 
			
		||||
                }
 | 
			
		||||
            }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user