mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2026-06-22 00:20:59 +00:00
only look for game if not dev mode
This commit is contained in:
+4
-2
@@ -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");
|
||||||
}
|
}
|
||||||
|
|
||||||
launcher.find_game();
|
if (!enable_dev) {
|
||||||
|
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();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user