mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2025-07-01 23:46:59 +00:00
add debug messages
This commit is contained in:
parent
afaa3501a3
commit
eb78630547
@ -84,11 +84,15 @@ int main(int argc, char** argv) {
|
||||
|
||||
if (!enable_dev) {
|
||||
launcher.find_game();
|
||||
} else {
|
||||
spdlog::debug("Skipping game finding due to dev mode");
|
||||
}
|
||||
|
||||
if (!enable_dev) {
|
||||
launcher.pre_game();
|
||||
launcher.start_game();
|
||||
} else {
|
||||
spdlog::debug("Not launching the game due to dev mode");
|
||||
}
|
||||
|
||||
while (true) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user