mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-08-11 14:55:38 +00:00
parent
8b3bc50f6e
commit
b526ff4b72
12 changed files with 195 additions and 104 deletions
|
@ -1569,7 +1569,6 @@ public class MainUtil {
|
|||
for (Entry<UUID, Integer> entry : rating.entrySet()) {
|
||||
val += entry.getValue();
|
||||
}
|
||||
System.out.print(val);
|
||||
return val / (double) rating.size();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue