Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve performance by breaking loops on role check failure
Added `break` statements to terminate loops early when a selected person cannot perform the specified role. This prevents unnecessary checks and enhances efficiency in role validation.
- Loading branch information