Merge branch '1.20.2' of https://git.dbotthepony.ru/DBot/overdrive_that_matters into 1.20.1
This commit is contained in:
commit
8aafa38c27
@ -89,7 +89,7 @@ class JobStatus<T : IJob>(
|
||||
|
||||
val workProgress: Float
|
||||
get() {
|
||||
return ((workTicks + workTicks) / job.ticks).coerceAtMost(1.0).toFloat()
|
||||
return ((workTicks + ticksAdvanced) / job.ticks).coerceAtMost(1.0).toFloat()
|
||||
}
|
||||
|
||||
var success = true
|
||||
|
Loading…
Reference in New Issue
Block a user