This commit is contained in:
aozhiwei 2022-03-31 14:19:01 +08:00
parent 09a62b7e7e
commit 9c3f56b6c4

View File

@ -792,12 +792,12 @@ void RoomMgr::SendGetBattleData(int mode,
context.errmsg = "";
result->push_back(context);
}
#if 0
#ifdef DEBUG
if (is_old_version) {
cb(*result);
return;
}
#endif
#endif
{
std::string url;
JsonDataMgr::Instance()->GetApiUrl(url);