Skip to content

Commit

Permalink
null-exception fix when importing
Browse files Browse the repository at this point in the history
  • Loading branch information
cadaei committed Dec 25, 2019
1 parent e9d5501 commit 73bdf71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ARKBreedingStats/Form1.extractor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -791,7 +791,7 @@ private void ExtractExportedFileInExtractor(importExported.ExportedCreatureContr
if (ecc == null)
return;

bool creatureExists = ExtractValuesInExtractor(ecc.creatureValues, exportedCreatureControl.exportedFile, false);
ExtractValuesInExtractor(ecc.creatureValues, ecc.exportedFile, false);

// gets deleted in extractLevels()
exportedCreatureControl = ecc;
Expand Down

0 comments on commit 73bdf71

Please sign in to comment.