mirror of
				https://github.com/IntellectualSites/PlotSquared.git
				synced 2025-11-04 03:03:43 +01:00 
			
		
		
		
	Whoops.
This commit is contained in:
		@@ -77,6 +77,9 @@ public class Rate extends SubCommand {
 | 
			
		||||
                                v2 -= 11 - entry.getValue().getAverageRating();
 | 
			
		||||
                            }
 | 
			
		||||
                        }
 | 
			
		||||
                        if (v1 == v2) {
 | 
			
		||||
                            return -0;
 | 
			
		||||
                        }
 | 
			
		||||
                        return v2 > v1 ? 1 : -1;
 | 
			
		||||
                    }
 | 
			
		||||
                });
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user