This commit is contained in:
aozhiwei 2023-09-21 17:41:44 +08:00
parent 82819a0c98
commit 8e22df2298

View File

@ -80,6 +80,7 @@ void CustomBattle::ParseResult(a8::XObject& obj)
bool CustomBattle::CanAdd(const std::string& account_id, const std::string& session_id)
{
auto member = GetMemberByAccountId(account_id);
return true;
}