mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2025-07-04 00:47:23 +00:00
Starting behaviour adjustments
This commit is contained in:
parent
3997eb089b
commit
3f6cdb0dc2
@ -103,7 +103,7 @@ int main(int argc, char* argv[]){
|
|||||||
exit(-1);
|
exit(-1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}else MPDEV = false;
|
}else MPDEV = true;
|
||||||
std::string Path = CheckDir(argv[0]);
|
std::string Path = CheckDir(argv[0]);
|
||||||
std::thread CFU(CheckForUpdates,ver);
|
std::thread CFU(CheckForUpdates,ver);
|
||||||
CFU.join();
|
CFU.join();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user