Skip to content

Commit

Permalink
Fix AntiAFK Display issue
Browse files Browse the repository at this point in the history
motor client
  • Loading branch information
hexadecimal233 authored and MineGame159 committed Jan 16, 2023
1 parent 8341183 commit b1f762d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ public WWidget getWidget(GuiTheme theme) {

private void fillTable(GuiTheme theme, WTable table) {
table.add(theme.horizontalSeparator("Message List")).expandX();
table.row();

// Messages
for (int i = 0; i < messages.size(); i++) {
Expand Down

0 comments on commit b1f762d

Please sign in to comment.