This commit is contained in:
Anuken
2020-07-30 21:41:17 -04:00
parent b12c25bc0b
commit ff990925f0
8 changed files with 15 additions and 41 deletions

View File

@@ -79,6 +79,8 @@ public class SectorInfo{
//update sector's internal time spent counter1
state.rules.sector.setTimeSpent(internalTimeSpent);
Log.info(production);
}
/** Update averages of various stats, updates some special sector logic.
@@ -160,5 +162,9 @@ public class SectorInfo{
/** mean in terms of items produced per refresh rate (currently, per second) */
public float mean;
public String toString(){
return mean + "";
}
}
}