Skip to content

Commit

Permalink
Fix TabList.java bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
WDRshadow committed Mar 4, 2022
1 parent 5609356 commit 2923d72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pmd {
}

group = 'com.jackdaw'
version = '1.0.7-build-1.0'
version = '1.0.7-build-1.2'

repositories {
mavenCentral()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ private void addTabListEntry(@NotNull Player toPlayer, @NotNull Player fromPlaye
.latency((int) fromPlayer.getPing())
.profile(fromPlayer.getGameProfile())
.gameMode(3)
.tabList(fromPlayer.getTabList())
.tabList(toPlayer.getTabList())
.build());
}
}
Expand Down

0 comments on commit 2923d72

Please sign in to comment.