This commit is contained in:
lhhxxxxx
2022-06-05 18:35:13 +08:00
parent 4a1389cdf1
commit 3c2951f727
4 changed files with 8 additions and 8 deletions

View File

@@ -16,7 +16,7 @@ asst::StartUpTask::StartUpTask(AsstCallback callback, void* callback_arg)
bool asst::StartUpTask::set_params(const json::value& params)
{
m_start_game_task_ptr->set_param(params.get("server_type", ""))
.set_enable(params.get("enable",false));
m_start_game_task_ptr->set_param(params.get("client_type", ""))
.set_enable(params.get("start_game_enable",false));
return true;
}