Don't set console region data for pb7/pk8+

This commit is contained in:
Kurt 2019-11-26 10:46:32 -08:00
parent 445fdee2ba
commit 7960f2d748

View file

@ -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;