Skip to content

Commit

Permalink
Minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
modmuss50 committed Feb 18, 2024
1 parent 3612bbd commit eb663e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ public ClientPlayNetworkAddon(ClientPlayNetworkHandler handler, MinecraftClient
super(ClientNetworkingImpl.PLAY, handler.getConnection(), "ClientPlayNetworkAddon for " + handler.getProfile().getName());
this.handler = handler;
this.client = client;

this.context = new ContextImpl(client, this);

// Must register pending channels via lateinit
this.registerPendingChannels((ChannelInfoHolder) this.connection, NetworkPhase.PLAY);
}
Expand Down

0 comments on commit eb663e0

Please sign in to comment.