fix: remove arrows (for now) from entitylist
This commit is contained in:
parent
1b628a647d
commit
9f9292f26c
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ public class EntityList extends HudModule {
|
||||||
int offset = 0;
|
int offset = 0;
|
||||||
for (String u : uniques) {
|
for (String u : uniques) {
|
||||||
TextBuilder()
|
TextBuilder()
|
||||||
.txt(String.format("%s <", u))
|
.txt(String.format("%s", u))
|
||||||
.anchor(this.anchor.get())
|
.anchor(this.anchor.get())
|
||||||
.x(this.x.get())
|
.x(this.x.get())
|
||||||
.y(this.y.get() + offset)
|
.y(this.y.get() + offset)
|
||||||
|
|
Loading…
Reference in a new issue