Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Dream-Master committed Dec 11, 2023
1 parent c315a6c commit 0c13f3d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1503,7 +1503,7 @@ public String[] getInfoData() {
} else {
str.add(
"Estimated EU/t: " + RED
+ toStandardForm(euPerTick)
+ toStandardForm(euPerTick.longValue())
+ RESET
+ " EU/t");
}
Expand Down

0 comments on commit 0c13f3d

Please sign in to comment.