mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-14 08:17:14 +00:00
Fix for the last commit
This commit is contained in:
parent
c9bdcdd464
commit
0b0dd21d93
1 changed files with 1 additions and 1 deletions
|
@ -331,7 +331,7 @@ namespace PKHeX.Core
|
|||
|
||||
int lvl = (pkm.HasOriginalMetLocation) ? pkm.Met_Level : getMaxLevelGeneration(pkm);
|
||||
if (lvl <= 0)
|
||||
return lvl;
|
||||
return null;
|
||||
// Get valid pre-evolutions
|
||||
IEnumerable<DexLevel> p = getValidPreEvolutions(pkm);
|
||||
|
||||
|
|
Loading…
Reference in a new issue