Fire protection, plot component setting

Fixes #358
This commit is contained in:
boy0001 2015-06-30 05:30:36 +10:00
parent 8b3bc50f6e
commit b526ff4b72
12 changed files with 195 additions and 104 deletions

View file

@ -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();
}
}