mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-19 18:47:55 +08:00
fix: typo
This commit is contained in:
@@ -28,7 +28,7 @@ namespace asst
|
||||
case ComparisonType::Equal:
|
||||
return utils::chars_to_number(requirement.chaos_level.value, num) && special_val == num;
|
||||
case ComparisonType::Unsupported:
|
||||
case default:
|
||||
default:
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user