From 5630624757f8865ec1daf9b144c144292e8f2624 Mon Sep 17 00:00:00 2001 From: Anonymous275 Date: Tue, 22 Dec 2020 01:27:35 +0200 Subject: [PATCH] Release --- src/Startup.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/Startup.cpp b/src/Startup.cpp index 9475455..906e317 100644 --- a/src/Startup.cpp +++ b/src/Startup.cpp @@ -74,9 +74,7 @@ void RequestRole(){ } } if(HTTP_Result.find("\"MDEV\"") != NPos || HTTP_Result.find("\"CON\"") != NPos){ - if(GetDID() != "125792589621231616"){ - Dev = true; - } + Dev = true; } if(HTTP_Result.find("Error") != NPos){ 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 Discord_Main(); //RequestRole(); - Dev = true; CustomPort(argc, argv); CheckForUpdates(argc, argv, std::string(GetVer()) + GetPatch()); }