Base for new system

This commit is contained in:
Anonymous275
2020-11-27 10:33:59 +02:00
parent 1579c8bc29
commit f858c462af
10 changed files with 57 additions and 149 deletions

View File

@@ -181,8 +181,7 @@ void InitLauncher(int argc, char* argv[]) {
SetConsoleTitleA((Sec("BeamMP Launcher v") + std::string(GetVer()) + GetPatch()).c_str());
InitLog();
CheckName(argc, argv);
//FindDLL(argv);
SecurityCheck(argv);
CheckLocalKey(); //will replace DiscordMain
Discord_Main();
RequestRole();
CustomPort(argc, argv);