Skip to content

Commit

Permalink
Capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
RedCarlos26 committed Apr 11, 2024
1 parent e40a385 commit 8d6d0e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import static meteordevelopment.meteorclient.MeteorClient.mc;

public class WelcomeHudHig extends HudElement {
public static final HudElementInfo<WelcomeHudHig> INFO = new HudElementInfo<>(HIGTools.HUD, "welcome-hud-hig", "Displays a welcome message.", WelcomeHudHig::new);
public static final HudElementInfo<WelcomeHudHig> INFO = new HudElementInfo<>(HIGTools.HUD, "welcome-hud-HIG", "Displays a welcome message.", WelcomeHudHig::new);

private String leftText;
private String rightText;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public class AutoWalkHig extends Module {
private boolean sentMessage;

public AutoWalkHig() {
super(HIGTools.MAIN, "auto-walk-hig", "Automatically walks forward (optimized for highway digging).");
super(HIGTools.MAIN, "auto-walk-HIG", "Automatically walks forward (optimized for highway digging).");
}

@Override
Expand Down

0 comments on commit 8d6d0e5

Please sign in to comment.