You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Oi oi. Check out Diplomacy.ForcedWarPeaceBehaviour.GetDiplomacyFromValidClans(). You seem to be still trying to look for a clan when you know it's not there. Is that an oversight or intended behavior? C:
The text was updated successfully, but these errors were encountered:
Ye, that's what I ended up doing in my manual hotfix. C:
Can't push a new branch to this repo though.
In relation to this, I've also opted to remove exception throwing in SetWarIfPossible() because it looks like that case shouldn't be fatal. I haven't been digging into the code to determine if it has consequences further down, but it looks like it could just be logged as a warning and ignored instead of crashing the whole thing. C:
Oi oi. Check out
Diplomacy.ForcedWarPeaceBehaviour.GetDiplomacyFromValidClans()
. You seem to be still trying to look for a clan when you know it's not there. Is that an oversight or intended behavior? C:The text was updated successfully, but these errors were encountered: