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

Misc bridge migrations#183

Open
Floweynt wants to merge 6 commits intodevfrom
flowey/misc-bridge
Open

Misc bridge migrations#183
Floweynt wants to merge 6 commits intodevfrom
flowey/misc-bridge

Conversation

@Floweynt
Copy link
Contributor

Some minor bridge-ification.

Comment on lines 54 to 58

ClientPlayConnectionEvents.INIT.register((handler, client) ->
Events.JOIN.invoker().accept(new Events.ServerJoinInfo(handler.getConnection().getAddress().toString())));

ClientPlayConnectionEvents.JOIN.register((clientPlayNetworkHandler, sender, minecraftClient) -> Events.CONNECTION_PLAY_READY.invoker().run());
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The naming of both of these events may be misleading or confusing

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments