client.createAccount(newAccUsername, newAccPassword, newAccEmail, (result, steamid) => {
console.log(result+steamid);
});
Accounts are being created successfully (with correct result code) but getting a null steamid returned. Did steam change something?