get avg profit by tonne
This commit is contained in:
@@ -80,7 +80,7 @@ public class Scorer {
|
||||
}
|
||||
|
||||
public double getAvgProfit() {
|
||||
return avgProfit * profile.getShip().getCargo();
|
||||
return avgProfit;
|
||||
}
|
||||
|
||||
public double getMaxProfit() {
|
||||
|
||||
Reference in New Issue
Block a user