mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-24 00:43:00 +02:00
Use "http://" for update/startup check
This commit is contained in:
@@ -144,7 +144,7 @@ void Client::Initialise(std::string proxyString)
|
||||
stampsLib.close();
|
||||
|
||||
//Begin version check
|
||||
versionCheckRequest = http_async_req_start(NULL, SERVER "/Startup.json", NULL, 0, 0);
|
||||
versionCheckRequest = http_async_req_start(NULL, "http://" SERVER "/Startup.json", NULL, 0, 0);
|
||||
|
||||
if(authUser.ID)
|
||||
{
|
||||
|
Reference in New Issue
Block a user