conn.r.readBytes(18); //18 unused bytes
//TODO: Validate if this user login is correct :)
//Create a new player object, and set it to the connection.
// also inform the world state of the new player
Player player = worldstate.entitymanager().getNewPlayer(username);
conn.setPlayer(player);
getWorldState().connectionManager().addPlayer(conn);
/**