We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
gunbound-server/GunBoundServer/gameserver.py
Line 1037 in 46af0e7
The int16 should be broken into 2 separate bytes:
First byte: own room slot id Second byte: room keybearer's slot id
0100 happens to work when joining a room with 1 person as the person joining will be assigned slot 1, and the room host is almost always at slot 0.
0100
The text was updated successfully, but these errors were encountered:
No branches or pull requests
gunbound-server/GunBoundServer/gameserver.py
Line 1037 in 46af0e7
The int16 should be broken into 2 separate bytes:
First byte: own room slot id
Second byte: room keybearer's slot id
0100
happens to work when joining a room with 1 person as the person joining will be assigned slot 1, and the room host is almost always at slot 0.The text was updated successfully, but these errors were encountered: