Archived
0

get avg profit by tonne

This commit is contained in:
iMoHax
2015-08-24 16:11:27 +03:00
parent 88fb2fcaf9
commit deefd94927
2 changed files with 33 additions and 31 deletions

View File

@@ -80,7 +80,7 @@ public class Scorer {
}
public double getAvgProfit() {
return avgProfit * profile.getShip().getCargo();
return avgProfit;
}
public double getMaxProfit() {