1
This commit is contained in:
parent
09a62b7e7e
commit
9c3f56b6c4
@ -792,12 +792,12 @@ void RoomMgr::SendGetBattleData(int mode,
|
|||||||
context.errmsg = "";
|
context.errmsg = "";
|
||||||
result->push_back(context);
|
result->push_back(context);
|
||||||
}
|
}
|
||||||
#if 0
|
#ifdef DEBUG
|
||||||
if (is_old_version) {
|
if (is_old_version) {
|
||||||
cb(*result);
|
cb(*result);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
{
|
{
|
||||||
std::string url;
|
std::string url;
|
||||||
JsonDataMgr::Instance()->GetApiUrl(url);
|
JsonDataMgr::Instance()->GetApiUrl(url);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user