mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2025-07-04 00:47:23 +00:00
small final edit
This commit is contained in:
parent
5d996e5bc4
commit
c77b519f59
@ -222,8 +222,8 @@ void PreGame(int argc, char* argv[],const std::string& GamePath){
|
|||||||
}
|
}
|
||||||
if(!Dev) {
|
if(!Dev) {
|
||||||
info("Downloading mod...");
|
info("Downloading mod...");
|
||||||
if(fallback)link = "https://backup1.beammp.com/builds/client?did=258329053910663168";
|
if(fallback)link = "https://backup1.beammp.com/builds/client";
|
||||||
else link ="https://beammp.com/builds/client?did=258329053910663168";
|
else link ="https://beammp.com/builds/client";
|
||||||
if(!fs::exists(GetGamePath() + "mods")){
|
if(!fs::exists(GetGamePath() + "mods")){
|
||||||
fs::create_directory(GetGamePath() + "mods");
|
fs::create_directory(GetGamePath() + "mods");
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user