Small tweak

This commit is contained in:
Anonymous-275 2021-03-30 00:03:43 +03:00
parent 3a0b96da52
commit 83b43d782d
2 changed files with 1 additions and 1 deletions

View File

@ -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;

View File

@ -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!");
}
}