implement lobby assignment at login

This commit is contained in:
Martin Michelsen
2026-04-26 09:28:10 -07:00
parent 7f68d41bac
commit 80391df8b7
6 changed files with 77 additions and 26 deletions
+1 -3
View File
@@ -279,6 +279,4 @@ struct Lobby : public std::enable_shared_from_this<Lobby> {
};
template <>
ServerDropMode phosg::enum_for_name<ServerDropMode>(const char* name);
template <>
const char* phosg::name_for_enum<ServerDropMode>(ServerDropMode value);
const char* phosg::name_for_enum<Lobby::JoinError>(Lobby::JoinError value);