mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-09-15 01:25:21 -05:00
@@ -16,7 +16,7 @@ public SAV_Trainer7(SAV7 sav)
|
||||
WinFormsUtil.TranslateInterface(this, Main.CurrentLanguage);
|
||||
|
||||
BattleStyles = WinFormsTranslator.GetEnumTranslation<PlayerBattleStyle7>(Main.CurrentLanguage);
|
||||
if (SAV is not SAV7USUM)
|
||||
if (sav is not SAV7USUM)
|
||||
BattleStyles = BattleStyles[..^1]; // remove Nihilist
|
||||
|
||||
SAV = (SAV7)(Origin = sav).Clone();
|
||||
|
||||
Reference in New Issue
Block a user