Update version to 0.2.1, add player color retrieval, and enhance train trip statistics
Performance improvments for power stats
This commit is contained in:
@@ -50,8 +50,11 @@ function GetEstimatedResearchTime()
|
||||
local returnSpeed = "---research-speed---\n"..totalSpeed.."\n"
|
||||
local returnTime = "---research-time---\n"..estimatedSeconds.."\n"
|
||||
local returnNameID = "---research-info---\n"..researchName.."\n"
|
||||
local returnProgress = "---research-progress---\n"..playerForce.research_progress.."\n"
|
||||
|
||||
return returnSpeed..returnTime..returnNameID
|
||||
log("Reseach remaining "..returnTime)
|
||||
|
||||
return returnSpeed..returnTime..returnNameID..returnProgress
|
||||
end
|
||||
|
||||
function UpdateLabInfos()
|
||||
|
||||
Reference in New Issue
Block a user