Skip to content

Commit

Permalink
Use instance
Browse files Browse the repository at this point in the history
  • Loading branch information
ixnoahlive committed Jun 3, 2024
1 parent 0e5fe28 commit 950ee2a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
public class MixinNetHandlerPlayClient {
@Inject(method = "handleTitle", at = @At("HEAD"), cancellable = true)
public void handleTitle(S45PacketTitle packetIn, CallbackInfo ci) {
TitleHandler.handleTitle(packetIn, ci);
TitleHandler.INSTANCE.handleTitle(packetIn, ci);
}
}

0 comments on commit 950ee2a

Please sign in to comment.