update g stock

This commit is contained in:
shoopea 2019-12-13 19:53:40 +08:00
parent 943d3d9a6b
commit 8fa62df8e9

8
job.go
View File

@ -818,13 +818,7 @@ func jobGStock(j Job) {
}
}
}
txt := fmt.Sprintf(`Current stock [%d/38000] :\n`+
` - Resources : %d (%d)\n`+
` - Alchemist : %d (%d)\n`+
` - Misc stuff : %d (%d)\n`+
` - Recipes : %d (%d)\n`+
` - Parts : %d (%d)\n`+
` - Other : %d (%d)\n`, totalSize, resSize, resCount, alchSize, alchCount, miscSize, miscCount, recSize, recCount, partSize, partCount, otherSize, otherCount)
txt := fmt.Sprintf("Current stock [%d/38000] :\n - Resources : %d (%d)\n - Alchemist : %d (%d)\n - Misc stuff : %d (%d)\n - Recipes : %d (%d)\n - Parts : %d (%d)\n - Other : %d (%d)\n", totalSize, resSize, resCount, alchSize, alchCount, miscSize, miscCount, recSize, recCount, partSize, partCount, otherSize, otherCount)
m := TGCommand{
Type: commandReplyMsg,