mirror of
https://github.com/seppukudevelopment/seppuku
synced 2025-03-04 03:37:33 +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);
|
||||
|
||||
this.value = value;
|
||||
this.displayValue = value.getValue().toString();
|
||||
this.displayValue = value.getValue().toString().toLowerCase();
|
||||
this.focused = false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user