mirror of
https://github.com/seppukudevelopment/seppuku
synced 2025-03-04 11:47:31 +00:00
CarouselComponent: Lowercase initial display value
This commit is contained in:
parent
90ec06060b
commit
fd74c56aa4
@ -18,7 +18,7 @@ public final class CarouselComponent extends HudComponent {
|
|||||||
super(name);
|
super(name);
|
||||||
|
|
||||||
this.value = value;
|
this.value = value;
|
||||||
this.displayValue = value.getValue().toString();
|
this.displayValue = value.getValue().toString().toLowerCase();
|
||||||
this.focused = false;
|
this.focused = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user