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
Host an online game with a password. You'll get disconnected as soon as the game lobby loads.
The text was updated successfully, but these errors were encountered:
you can still join passworded games. My guess is the password isn't being stored when the host creates the game?
Sorry, something went wrong.
https://github.com/octgn/OCTGN/blob/master/octgnFX/Octgn/Controls/HostGameSettings.xaml.cs#L336
the chosen password is stripped away from HostedGame here. I assume this is a bug somewhere in the game server code?
this will still need to be properly fixed, as something server-side is removing the password . See the above commit (#2154) for details
No branches or pull requests
Host an online game with a password. You'll get disconnected as soon as the game lobby loads.
The text was updated successfully, but these errors were encountered: