Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Add nullcheck for linkedGoods (ShadowTheAge#193)
While using YaFC-CE today i ran into an exception because `linkedGoods` in `summer.TryGetValue(linkedGoods, ...)` was null. This fixed that. It's kinda a blind fix since i have no steps to reproduce, YaFC was hanging right after the exception message (i made another issue for that). But judging the code this should work.
- Loading branch information