implement lobby assignment at login
This commit is contained in:
+1
-3
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user