1
This commit is contained in:
parent
aa84b1bf39
commit
ff0b198474
@ -53,6 +53,11 @@ void JsonDataMgr::Init()
|
|||||||
}
|
}
|
||||||
server_info = a8::Format("%s:%d", {ip, listen_port});
|
server_info = a8::Format("%s:%d", {ip, listen_port});
|
||||||
Reload();
|
Reload();
|
||||||
|
|
||||||
|
a8::UdpLog::Instance()->Info("battle_report_url:%s",
|
||||||
|
{
|
||||||
|
battle_report_url_
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
void JsonDataMgr::UnInit()
|
void JsonDataMgr::UnInit()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user