mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-17 10:00:44 +08:00
chore: 移除多余变量
This commit is contained in:
@@ -307,8 +307,6 @@ bool asst::AdbController::start_game(const std::string& client_type)
|
||||
std::string cur_cmd = utils::string_replace_all(m_adb.start, "[PackageName]", package_name.value());
|
||||
bool ret = call_command(cur_cmd).has_value();
|
||||
|
||||
set_mumu_package(client_type);
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
||||
@@ -324,8 +322,6 @@ bool asst::AdbController::stop_game(const std::string& client_type)
|
||||
std::string cur_cmd = utils::string_replace_all(m_adb.stop, "[PackageName]", package_name.value());
|
||||
bool ret = call_command(cur_cmd).has_value();
|
||||
|
||||
set_mumu_package("");
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user