Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix a crash for governors without specialists
Governors that forbid specialists do not bother computing how much specialists would produce and end up with an empty specialist output cache. When applying solutions to evaluate them, however, we were trying to use the cached values. Only do it when there specialists are actually present in the solution. See longturn#2332.
- Loading branch information