We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51443e0 commit de044a5Copy full SHA for de044a5
src/main/java/meteordevelopment/meteorclient/systems/hud/elements/CompassHud.java
@@ -39,7 +39,7 @@ public class CompassHud extends HudElement {
39
);
40
41
private final Setting<SettingColor> colorOther = sgGeneral.add(new ColorSetting.Builder()
42
- .name("color-north")
+ .name("color-other")
43
.description("Color of other directions.")
44
.defaultValue(new SettingColor())
45
.build()
0 commit comments