mirror of
				https://github.com/IntellectualSites/PlotSquared.git
				synced 2025-11-04 11:13:45 +01:00 
			
		
		
		
	Improve teleport behavior for home command (#4369)
This commit is contained in:
		@@ -262,6 +262,11 @@ public class BukkitUtil extends WorldUtil {
 | 
			
		||||
        });
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    @Override
 | 
			
		||||
    public boolean isSmallBlock(Location location) {
 | 
			
		||||
        return adapt(location).getBlock().getBoundingBox().getHeight() < 0.25;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    @Override
 | 
			
		||||
    @NonNegative
 | 
			
		||||
    public int getHighestBlockSynchronous(final @NonNull String world, final int x, final int z) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user