Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Dream-Master committed Dec 22, 2024
1 parent 950879c commit a0cd405
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/thaumicboots/api/IBoots.java
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,6 @@ public static void renderHUDInertiaNotification(boolean serverConfigValue) {
public static String getModeText(String effect, double val) {
String endResult = (int) val + "%";
String result = "";
String result = "";
switch ((int) Math.floor(val / 25.0D)) {
case 0:
result = EnumChatFormatting.DARK_RED + StatCollector.translateToLocal(endResult);
Expand Down

0 comments on commit a0cd405

Please sign in to comment.