Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Channel Join Packet (0x2001): receiving player's slot position #2

Open
jglim opened this issue Apr 14, 2020 · 0 comments
Open

Channel Join Packet (0x2001): receiving player's slot position #2

jglim opened this issue Apr 14, 2020 · 0 comments

Comments

@jglim
Copy link
Owner

jglim commented Apr 14, 2020

channel_join_packet_new.append(Session.find_highest_channel_position(active_channel_users))

The referenced line originally sends the highest channel position when it should actually send the user's own channel position. It only (coincidentally) works because the newest user to join the channel also just happens to be the same person receiving the packet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant