Skip to content

Commit

Permalink
Update ServerLoginNetworkHandlerMixin.java
Browse files Browse the repository at this point in the history
  • Loading branch information
MeiNanziiii committed Nov 19, 2024
1 parent c7c8495 commit 69c6a83
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,19 @@ public abstract class ServerLoginNetworkHandlerMixin {
@Shadow
@Final
static Logger LOGGER;

@Shadow
@Final
private static AtomicInteger NEXT_AUTHENTICATOR_THREAD_ID;

@Shadow
@Nullable
GameProfile profile;

@Shadow
@Final
MinecraftServer server;

@Shadow
ServerLoginNetworkHandler.State state;

Expand Down

0 comments on commit 69c6a83

Please sign in to comment.