You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this is because IDs are serialized as indices of a list of all game IDs. when you save one of those indices to data and add a new ID, the index saved to data now points to the incorrect ID.
this is because IDs are serialized as indices of a list of all game IDs. when you save one of those indices to data and add a new ID, the index saved to data now points to the incorrect ID.