Commit cd47af8a authored by Lioncash's avatar Lioncash
Browse files

service/acc: Correct error case within TrySelectUserWithoutInteraction()

empty() in this case will always return false, since the returned
container is a std::array. Instead, check if all given users are invalid
before returning the error code.
parent e1ea8cc7
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment