Skip to content

Commit

Permalink
fixed exception if max-server-level was -1 (#680, #682). fix for layo…
Browse files Browse the repository at this point in the history
…ut-flow in the multiplier-tester. fixed bug that removed all color-region-info when editing a creature.
  • Loading branch information
cadaei committed May 6, 2018
1 parent 1059ede commit 1e8e015
Show file tree
Hide file tree
Showing 14 changed files with 454 additions and 230 deletions.
2 changes: 1 addition & 1 deletion ARKBreedingStats/CreatureInfoInput.cs
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ public int[] RegionColors
regionColorChooser1.setCreature(Values.V.speciesNames[speciesIndex], regionColorIDs);
}
}
get { return regionColorIDs; }
get { return (int[])regionColorIDs.Clone(); }
}

public int SpeciesIndex
Expand Down
34 changes: 17 additions & 17 deletions ARKBreedingStats/Form1.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1e8e015

Please sign in to comment.