mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2025-07-04 00:47:23 +00:00
only look for game if not dev mode
This commit is contained in:
parent
2d5f95cf4d
commit
afaa3501a3
@ -82,7 +82,9 @@ int main(int argc, char** argv) {
|
|||||||
spdlog::debug("Skipping update check due to dev mode");
|
spdlog::debug("Skipping update check due to dev mode");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (!enable_dev) {
|
||||||
launcher.find_game();
|
launcher.find_game();
|
||||||
|
}
|
||||||
|
|
||||||
if (!enable_dev) {
|
if (!enable_dev) {
|
||||||
launcher.pre_game();
|
launcher.pre_game();
|
||||||
@ -93,7 +95,7 @@ int main(int argc, char** argv) {
|
|||||||
std::this_thread::sleep_for(std::chrono::seconds(1));
|
std::this_thread::sleep_for(std::chrono::seconds(1));
|
||||||
}
|
}
|
||||||
|
|
||||||
//auto _ = launcher.start_server_network("beamcruise.com", 10814);
|
// auto _ = launcher.start_server_network("beamcruise.com", 10814);
|
||||||
|
|
||||||
// old: launcher.start_network();
|
// old: launcher.start_network();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user