Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle empty specialists output cache gracefully
Discovered while debugging the following behavior: Disallowing specialists for a governor that already has assigned specialists crashed the client. The cause was that in `add_specialist_output` accessing items in `pcsoutputs` failed, as it was empty. Closes #2331.
- Loading branch information