06.01.2014, 17:57
Are you referring to the race condition check? A player connects and it executes the query to load their data. For some reason, the query takes more than it should and the player disconnects. Another player connects with the same playerid and finally the query is finished but it will assign the data to the wrong player.