If someone makes a change (such as signing up for a tournament), and then another person makes another change before refreshing, the first change will be erased from the database.
This has to do with how we are sending the entire LANPartyList to the server via pickle. We should switch to atomic changes.