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

Commit 2800a61

Browse files
committed
fix compilation
1 parent 67aad89 commit 2800a61

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

1.8.9/src/main/java/io/github/axolotlclient/modules/auth/skin/SkinManagementScreen.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -677,7 +677,7 @@ protected void drawWidget(int mouseX, int mouseY, float partialTick) {
677677
if (client.screen == SkinManagementScreen.this) {
678678
refreshCurrentList();
679679
} else {
680-
client.execute(() -> client.openScreen(SkinManagementScreen.this));
680+
client.submit(() -> client.openScreen(SkinManagementScreen.this));
681681
}
682682
}).exceptionally(t -> {
683683
AxolotlClientCommon.getInstance().getLogger().warn("Failed to equip asset!", t);

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ fabric.loom.disableMinecraftVerification=true
77
axolotlclient.modules.all=true
88

99
# Mod Properties
10-
version=3.1.6-alpha.3
10+
version=3.1.6-alpha.4
1111

1212
maven_group=io.github.axolotlclient
1313

0 commit comments

Comments
 (0)