6 Years Ago
We have a problem where Gangs deserialize before their members, which means they aren't found when their IDs come though. I started fixing this by making gangs just reference members by ID, and it kinda works, but there end up being too many calls to get the member objects anyway - in effect just moving the problem around. Going to solve it a different way but saving this partial work first.