mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-18 02:10:21 +08:00
@@ -16,6 +16,7 @@ bool asst::RoguelikeCustomStartTaskPlugin::verify(AsstMsg msg, const json::value
|
||||
|
||||
auto roguelike_name_opt = m_status->get_properties("roguelike_name");
|
||||
if (!roguelike_name_opt) {
|
||||
Log.error("Roguelike name doesn't exist!");
|
||||
return false;
|
||||
}
|
||||
const std::string roguelike_name = std::move(roguelike_name_opt.value()) + "@";
|
||||
|
||||
Reference in New Issue
Block a user