mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-23 04:23:12 +00:00
Don't set console region data for pb7/pk8+
This commit is contained in:
parent
445fdee2ba
commit
7960f2d748
1 changed files with 2 additions and 0 deletions
|
@ -28,6 +28,8 @@ namespace PKHeX.Core
|
|||
pk.Language = info.Language;
|
||||
pk.Version = info.Game;
|
||||
|
||||
if (pk.Format >= 8 || pk is PB7)
|
||||
return;
|
||||
pk.Country = info.Country;
|
||||
pk.Region = info.SubRegion;
|
||||
pk.ConsoleRegion = info.ConsoleRegion;
|
||||
|
|
Loading…
Reference in a new issue