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:
Kurt 2014-12-08 19:12:21 -08:00
parent e2b273b009
commit 69896f5301

View file

@ -25,7 +25,6 @@ namespace PKHeX
editor_spec = new object[]{ editor_spec = new object[]{
GB_OT, GB_OT,
GB_CurrentMoves, GB_CurrentMoves,
CB_Form,
CB_Species, CB_Species,
CB_HeldItem, CB_HeldItem,
TB_EC, TB_EC,