Skip to content

Commit

Permalink
null fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cadon committed Sep 4, 2021
1 parent 7d6e7e2 commit cfa593c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions ARKBreedingStats/CreatureInfoInput.cs
Original file line number Diff line number Diff line change
Expand Up @@ -742,6 +742,7 @@ private void BtApplyOTSPreset_Click(object sender, EventArgs e)
/// </summary>
internal void SetNamePatternButtons(string[] patterns)
{
if (patterns == null) return;
var namingPatternButtons = ButtonsNamingPattern;
var l = Math.Min(namingPatternButtons.Length, patterns.Length);
for (int i = 0; i < namingPatternButtons.Length; i++)
Expand Down
2 changes: 1 addition & 1 deletion ARKBreedingStats/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
// Revision
//
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("0.47.4.0")]
[assembly: AssemblyFileVersion("0.47.4.1")]
[assembly: NeutralResourcesLanguage("en")]

2 changes: 1 addition & 1 deletion ARKBreedingStats/_manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"ARK Smart Breeding": {
"Id": "ARK Smart Breeding",
"Category": "main",
"version": "0.47.4.0"
"version": "0.47.4.1"
},
"SpeciesColorImages": {
"Id": "SpeciesColorImages",
Expand Down

0 comments on commit cfa593c

Please sign in to comment.