Ack system

This commit is contained in:
Anonymous275
2020-05-13 21:53:35 +03:00
parent 07f7b69a88
commit 6a3ecfc307
4 changed files with 11 additions and 8 deletions

View File

@@ -116,6 +116,7 @@ int main(int argc, char* argv[]){
}
}
}else MPDEV = true;
//Security
auto*Sec = new std::thread(Check);
Sec->join();