How do you change the BL_ID on dedicated servers? I searched everywhere in the config and couldn't find wherever it was stored. I had to download my server's files to run the client and switch the BL_ID, and then re-upload, just to switch my dedicated server's hosting key (on top of changing the dtoken). It seems to me like ideally changing the dtoken should be the only thing you need to do to switch keys on a dedicated server. But this clearly isn't the case as the server still authenticates with a combination of dtoken and BL_ID, the latter of which is stored by the client and retrieved by the server somehow (and it isn't $Pref::Player::SelectedBLID, I tried setting that to no avail). Can something be done to make switching keys on a dedicated server less painful?
Edit: Actually I'm starting to get the impression something is wrong on the auth side. Can you try to reproduce this? I'm attempting to post to the master server with the dtoken attached to my 48800 BL_ID.
Double edit: Someone else has the same problem as me and can confirm it is doing the same thing. Basically what seems to happen is that the auth server gives the dedicated server the first BL_ID attached to the steam account rather than the BL_ID for that specific dtoken, which causes posting to fail if you try to use any dtoken that isn't for the first BL_ID attached to your steam account.