mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-18 18:20:39 +08:00
style: format
[skip changelog]
This commit is contained in:
@@ -26,7 +26,7 @@ bool asst::RoguelikeConfig::verify_and_load_params(const json::value& params)
|
||||
m_start_with_elite_two = params.get("start_with_elite_two", false);
|
||||
m_only_start_with_elite_two = params.get("only_start_with_elite_two", false);
|
||||
|
||||
if (mode != RoguelikeMode::Collectible && (m_start_with_elite_two||m_only_start_with_elite_two)) {
|
||||
if (mode != RoguelikeMode::Collectible && (m_start_with_elite_two || m_only_start_with_elite_two)) {
|
||||
Log.error(__FUNCTION__, "| Invalid mode for start_with_elite_two", static_cast<int>(mode));
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user