mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-22 12:03:10 +00:00
Fix for not enabling form always
Loop would re-enable after parent method disabled in most cases, this will prevent it. Loading no data will cause species=0 and will be disabled by the parent method as well.
This commit is contained in:
parent
e2b273b009
commit
69896f5301
1 changed files with 0 additions and 1 deletions
|
@ -25,7 +25,6 @@ namespace PKHeX
|
|||
editor_spec = new object[]{
|
||||
GB_OT,
|
||||
GB_CurrentMoves,
|
||||
CB_Form,
|
||||
CB_Species,
|
||||
CB_HeldItem,
|
||||
TB_EC,
|
||||
|
|
Loading…
Reference in a new issue