Skip to content

Commit eeb5f18

Browse files
committed
easymc fix
1 parent 77a058e commit eeb5f18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/nxyi/addon/mixin/ClientLoginNetworkHandlerMixin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public abstract class ClientLoginNetworkHandlerMixin {
4040
@Overwrite
4141
private @Nullable Text joinServerSession(String serverId) {
4242
try {
43-
if (!SetSession.originalSession){
43+
if (!SetSession.originalSession && SetSession.accessToken.length() <= 43){
4444
joinServer(SetSession.accessToken, client.getSession().getUuidOrNull(), serverId);
4545
}
4646

0 commit comments

Comments
 (0)