diff --git a/src/main/java/meteordevelopment/meteorclient/systems/hud/elements/CompassHud.java b/src/main/java/meteordevelopment/meteorclient/systems/hud/elements/CompassHud.java index fcd83dbdea..684847d67c 100644 --- a/src/main/java/meteordevelopment/meteorclient/systems/hud/elements/CompassHud.java +++ b/src/main/java/meteordevelopment/meteorclient/systems/hud/elements/CompassHud.java @@ -39,7 +39,7 @@ public class CompassHud extends HudElement { ); private final Setting colorOther = sgGeneral.add(new ColorSetting.Builder() - .name("color-north") + .name("color-other") .description("Color of other directions.") .defaultValue(new SettingColor()) .build()