Starting behaviour adjustments

This commit is contained in:
Anonymous275 2020-06-18 21:55:41 +03:00
parent 3997eb089b
commit 3f6cdb0dc2

View File

@ -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();