Skip to content

Commit de044a5

Browse files
authored
Fix a setting name typo in CompassHud #6043
1 parent 51443e0 commit de044a5

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/meteordevelopment/meteorclient/systems/hud/elements

1 file changed

+1
-1
lines changed

src/main/java/meteordevelopment/meteorclient/systems/hud/elements/CompassHud.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public class CompassHud extends HudElement {
3939
);
4040

4141
private final Setting<SettingColor> colorOther = sgGeneral.add(new ColorSetting.Builder()
42-
.name("color-north")
42+
.name("color-other")
4343
.description("Color of other directions.")
4444
.defaultValue(new SettingColor())
4545
.build()

0 commit comments

Comments
 (0)