Roll Back

This commit is contained in:
Anonymous275
2020-11-14 23:50:15 +02:00
parent 179b46d17b
commit c517a48fa6
9 changed files with 42 additions and 52 deletions

View File

@@ -181,7 +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[0]);
FindDLL(argv);
SecurityCheck(argv);
Discord_Main();
RequestRole();