mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-01 06:00:15 +02:00
fix build error when UPDATESERVER is defined
This commit is contained in:
@@ -165,7 +165,7 @@ void Client::Initialise(std::string proxyString)
|
||||
// use an alternate update server
|
||||
alternateVersionCheckRequest = http_async_req_start(NULL, "http://" UPDATESERVER "/Startup.json", NULL, 0, 0);
|
||||
usingAltUpdateServer = true;
|
||||
if (authUser.ID)
|
||||
if (authUser.UserID)
|
||||
{
|
||||
http_auth_headers(alternateVersionCheckRequest, authUser.Username.c_str(), NULL, NULL);
|
||||
}
|
||||
|
Reference in New Issue
Block a user