mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2026-06-18 06:31:13 +00:00
Release
This commit is contained in:
+1
-4
@@ -74,9 +74,7 @@ void RequestRole(){
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if(HTTP_Result.find("\"MDEV\"") != NPos || HTTP_Result.find("\"CON\"") != NPos){
|
if(HTTP_Result.find("\"MDEV\"") != NPos || HTTP_Result.find("\"CON\"") != NPos){
|
||||||
if(GetDID() != "125792589621231616"){
|
Dev = true;
|
||||||
Dev = true;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
if(HTTP_Result.find("Error") != NPos){
|
if(HTTP_Result.find("Error") != NPos){
|
||||||
fatal("Sorry You need to be in the official BeamMP Discord to proceed! https://discord.gg/beammp");
|
fatal("Sorry You need to be in the official BeamMP Discord to proceed! https://discord.gg/beammp");
|
||||||
@@ -185,7 +183,6 @@ void InitLauncher(int argc, char* argv[]) {
|
|||||||
CheckLocalKey(); //will replace RequestRole
|
CheckLocalKey(); //will replace RequestRole
|
||||||
Discord_Main();
|
Discord_Main();
|
||||||
//RequestRole();
|
//RequestRole();
|
||||||
Dev = true;
|
|
||||||
CustomPort(argc, argv);
|
CustomPort(argc, argv);
|
||||||
CheckForUpdates(argc, argv, std::string(GetVer()) + GetPatch());
|
CheckForUpdates(argc, argv, std::string(GetVer()) + GetPatch());
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user