Skip to content

Commit

Permalink
Merge pull request #1 from J4C0B3Y/master
Browse files Browse the repository at this point in the history
Update maven repo url
  • Loading branch information
DevDrizzy authored Jan 10, 2024
2 parents 485c720 + c1c4f4f commit a8fe569
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ OR
<repositories>
<repository>
<id>refine-public</id>
<url>https://maven.refinedev.xyz/repository/refine-public/</url>
<url>https://maven.refinedev.xyz/repository/public-repo/</url>
</repository>
</repositories>
```
Expand Down
6 changes: 3 additions & 3 deletions src/main/java/xyz/refinedev/api/tablist/setup/TabLayout.java
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ public class TabLayout {
private boolean isFirstJoin = true;

public TabLayout(Player player) {
this.mod = PacketUtils.isLegacyClient(player) ? 3 : 4;
this.maxEntries = PacketUtils.isLegacyClient(player) ? 60 : 80;
this.mod = PacketUtils.isLegacyClient(player) ? 3 : 3;
this.maxEntries = PacketUtils.isLegacyClient(player) ? 60 : 60;
this.player = player;
}

Expand Down Expand Up @@ -447,4 +447,4 @@ public String getTeamAt(int index) {
}

}
}
}

0 comments on commit a8fe569

Please sign in to comment.