Skip to content

Commit

Permalink
Merge pull request #1786 from AsesinoBlade/charSheetChangeAffProtecti…
Browse files Browse the repository at this point in the history
…onLevel

Changed protection level of Affiliation method to allow for Mod overr…
  • Loading branch information
Interkarma committed Apr 20, 2020
2 parents 1807023 + bcf2892 commit d25190e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ void ShowSkillsDialog(List<DFCareer.Skills> skills, bool twoColumn = false)
messageBox.Show();
}

void ShowAffiliationsDialog()
protected virtual void ShowAffiliationsDialog()
{
List<TextFile.Token> tokens = new List<TextFile.Token>();
List<IGuild> guildMemberships = GameManager.Instance.GuildManager.GetMemberships();
Expand Down

0 comments on commit d25190e

Please sign in to comment.