Skip to content

Commit

Permalink
Fix: Farming Weight Overtake ETA (#2158)
Browse files Browse the repository at this point in the history
  • Loading branch information
evhan3584 authored Jun 30, 2024
1 parent 7c2f45c commit aaee445
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ object FarmingWeightDisplay {

val timeFormat = if (weightPerSecond != -1.0) {
val timeTillOvertake = try {
(weightUntilOvertake / weightPerSecond).minutes
(weightUntilOvertake / weightPerSecond).seconds
} catch (e: Exception) {
ErrorManager.logErrorWithData(
e,
Expand Down

0 comments on commit aaee445

Please sign in to comment.