Closed puyoxyz closed 4 years ago
I believe this to be caused by assignment of the client type when signing in while server is in single client mode.
Please see my linked pull request and confirm this fixed this issue before I merge into the master branch.
Yes, the PR fixes the issue.
World server will give an igloo-related asyncpg error when trying to join the world server (login works fine) if --single-client-mode flag is present. Removing this flag fixes it.