Always writeback pointer data

User sort isn't tracked, and reorganizes pointers. Set it back always,
no harm as values should always be sensical.

Closes #2171
This commit is contained in:
Kurt 2018-11-18 20:32:55 -08:00
parent 2ec5c8764f
commit 34f8a71ad0

View file

@ -142,8 +142,7 @@ namespace PKHeX.Core
if (FollowerIndex > count && FollowerIndex != SLOT_EMPTY)
RemoveFollower();
if (result)
SetPointerData(PokeListInfo);
SetPointerData(PokeListInfo);
return result;
}
}