mirror of
				https://github.com/IntellectualSites/PlotSquared.git
				synced 2025-11-04 03:03:43 +01:00 
			
		
		
		
	.
This commit is contained in:
		@@ -33,7 +33,7 @@ public class MathMan {
 | 
			
		||||
    }
 | 
			
		||||
    
 | 
			
		||||
    public static int roundInt(double value) {
 | 
			
		||||
        return (int) (value < 0 ? (value == (int) value) ? value : - 1 : value);
 | 
			
		||||
        return (int) (value < 0 ? (value == (int) value) ? value : value - 1 : value);
 | 
			
		||||
    }
 | 
			
		||||
    
 | 
			
		||||
    /**
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user