Skip to content
This repository was archived by the owner on Nov 28, 2025. It is now read-only.

Commit 80bf96b

Browse files
committed
rename latest module, fix a few bugs
1 parent 8167723 commit 80bf96b

File tree

234 files changed

+17
-18
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

234 files changed

+17
-18
lines changed
File renamed without changes.

1.21.7/src/main/java/io/github/axolotlclient/api/FriendsScreen.java renamed to 1.latest/src/main/java/io/github/axolotlclient/api/FriendsScreen.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public boolean keyPressed(KeyEvent event) {
8383
protected void init() {
8484
addRenderableWidget(widget = new UserListWidget(this, minecraft, width, height, 32, height - 64, 35));
8585

86-
widget.children().clear();
86+
widget.clearEntries();
8787

8888
if (current == Tab.ALL || current == Tab.ONLINE) {
8989
FriendRequest.getInstance().getFriends().whenCompleteAsync((list, t) -> widget.setUsers(

0 commit comments

Comments
 (0)