fix: remove arrows (for now) from entitylist

This commit is contained in:
əlemi 2023-02-01 00:33:30 +01:00
parent 1b628a647d
commit 9f9292f26c
No known key found for this signature in database
GPG key ID: BBCBFE5D7244634E

View file

@ -47,7 +47,7 @@ public class EntityList extends HudModule {
int offset = 0;
for (String u : uniques) {
TextBuilder()
.txt(String.format("%s <", u))
.txt(String.format("%s", u))
.anchor(this.anchor.get())
.x(this.x.get())
.y(this.y.get() + offset)