mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-08-20 15:47:26 -05:00
Fix VC2
This commit is contained in:
@@ -473,7 +473,7 @@ public bool InhabitedGeneration(int Generation, int species = -1)
|
||||
int gen = GenNumber;
|
||||
switch (Generation)
|
||||
{
|
||||
case 1: return Format == 1 || VC1;
|
||||
case 1: return Format == 1 || VC;
|
||||
case 2: return Format <= 2 || VC2;
|
||||
case 3: return Gen3;
|
||||
case 4: return 3 <= gen && gen <= 4;
|
||||
|
||||
Reference in New Issue
Block a user