Skip to content

Commit

Permalink
missing event handler for best possible levels (#759) (#760)
Browse files Browse the repository at this point in the history
  • Loading branch information
DodoCooker authored and cadon committed Aug 22, 2018
1 parent f8afcdb commit 87ef929
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ARKBreedingStats/BreedingPlan.cs
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ public void bindEvents()
// has to be done after the BreedingPlan-class got the binding
pedigreeCreatureBest.CreatureEdit += new PedigreeCreature.CreatureEditEventHandler(EditCreature);
pedigreeCreatureWorst.CreatureEdit += new PedigreeCreature.CreatureEditEventHandler(EditCreature);
pedigreeCreatureBestPossibleInSpecies.CreatureEdit += new PedigreeCreature.CreatureEditEventHandler(EditCreature);
pedigreeCreatureBest.exportToClipboard += new PedigreeCreature.ExportToClipboardEventHandler(exportToClipboard);
pedigreeCreatureWorst.exportToClipboard += new PedigreeCreature.ExportToClipboardEventHandler(exportToClipboard);
pedigreeCreatureBestPossibleInSpecies.exportToClipboard += new PedigreeCreature.ExportToClipboardEventHandler(exportToClipboard);
Expand Down

0 comments on commit 87ef929

Please sign in to comment.