mirror of
https://github.com/kwsch/PKHeX
synced 2025-02-17 13:58:33 +00:00
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:
parent
2ec5c8764f
commit
34f8a71ad0
1 changed files with 1 additions and 2 deletions
|
@ -142,8 +142,7 @@ namespace PKHeX.Core
|
|||
if (FollowerIndex > count && FollowerIndex != SLOT_EMPTY)
|
||||
RemoveFollower();
|
||||
|
||||
if (result)
|
||||
SetPointerData(PokeListInfo);
|
||||
SetPointerData(PokeListInfo);
|
||||
return result;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue