mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2026-06-18 06:31:13 +00:00
Client mod download system update
This commit is contained in:
+3
-3
@@ -175,11 +175,11 @@ void PreGame(const std::string& GamePath){
|
|||||||
fatal(e.what());
|
fatal(e.what());
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Download("www.backend.beammp.com/builds/client?download=true"
|
HTTP::Download("backend.beammp.com/builds/client?download=true"
|
||||||
"&pk=" + PublicKey +
|
"&pk=" + PublicKey +
|
||||||
"&branch=" + Branch, GetGamePath() + R"(mods\multiplayer\BeamMP.zip)", true);*/
|
"&branch=" + Branch, GetGamePath() + R"(mods\multiplayer\BeamMP.zip)");
|
||||||
|
|
||||||
HTTP::Download("beammp.com/builds/client", GetGamePath() + R"(mods\multiplayer\BeamMP.zip)");
|
//HTTP::Download("beammp.com/builds/client", GetGamePath() + R"(mods\multiplayer\BeamMP.zip)");
|
||||||
info("Download Complete!");
|
info("Download Complete!");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user