Skip to content

Commit

Permalink
chore: quick comment cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
desht committed Jul 17, 2024
1 parent e34cb2a commit 44998fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ public TextField resize(Theme theme) {
.addFlags(Theme.CENTERED)
.setMinWidth(panelText.width).setMaxWidth(panelText.width)
.setSpacing(9)
.setText(Component.empty().withStyle(ChatFormatting.ITALIC,ChatFormatting.GRAY).append(subtitle))); //.copy().withStyle(ChatFormatting.ITALIC, ChatFormatting.GRAY)));
.setText(Component.empty().withStyle(ChatFormatting.ITALIC,ChatFormatting.GRAY).append(subtitle)));
}

boolean showText = !quest.getHideTextUntilComplete().get(false) || questScreen.file.selfTeamData != null && questScreen.file.selfTeamData.isCompleted(quest);
Expand Down

0 comments on commit 44998fd

Please sign in to comment.