BannerlordCE / CEEvents

Captivity Events Source Code
https://www.nexusmods.com/mountandblade2bannerlord/mods/1226
MIT License
4 stars 6 forks source link

Dispatch redundant with BL CreateSpecialHero #86

Closed SkipWestcott closed 1 year ago

SkipWestcott commented 1 year ago

This line is removed: CampaignEventDispatcher.Instance.OnHeroCreated(hero, false);

It is already called in {BL}.CreateSpecialHero

SkipWestcott commented 1 year ago

Closing as this was already in #85