Skip to content

Commit

Permalink
whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke100000 committed Jun 14, 2023
1 parent 3e4cc97 commit 5a6ad62
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -889,7 +889,7 @@ private void rebuild() {
//tags
int ty = height / 2 - 70;
for (String tag : focusedContent.tags()) {
if (!tag.equals("clothing") && !tag.equals("hair") && !tag.equals("invalid")) {
if (!tag.equals("clothing") && !tag.equals("hair")) {
int w = textRenderer.getWidth(tag) + 10;
if (canModifyFocusedContent()) {
addDrawableChild(new ButtonWidget(width / 2 - 200, ty, 20, 20,
Expand Down

0 comments on commit 5a6ad62

Please sign in to comment.