mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2025-07-04 00:47:23 +00:00
Small tweak
This commit is contained in:
parent
3a0b96da52
commit
83b43d782d
@ -129,6 +129,7 @@ bool HTTP::Download(const std::string &IP, const std::string &Path) {
|
||||
File << Res_;
|
||||
File.close();
|
||||
std::cout << "\n";
|
||||
info("Download Complete!");
|
||||
}else{
|
||||
error("Failed to open file directory: " + Path);
|
||||
return false;
|
||||
|
@ -180,7 +180,6 @@ void PreGame(const std::string& GamePath){
|
||||
"&branch=" + Branch, GetGamePath() + R"(mods\multiplayer\BeamMP.zip)");
|
||||
|
||||
//HTTP::Download("beammp.com/builds/client", GetGamePath() + R"(mods\multiplayer\BeamMP.zip)");
|
||||
info("Download Complete!");
|
||||
}
|
||||
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user