mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2026-04-24 00:56:42 +00:00
1.80.91
This commit is contained in:
@@ -6,8 +6,6 @@
|
||||
/// Created by Anonymous275 on 7/25/2020
|
||||
///
|
||||
#include "Network/network.h"
|
||||
#include "Security/Init.h"
|
||||
|
||||
#include <WinSock2.h>
|
||||
#include <WS2tcpip.h>
|
||||
#include "Logger.h"
|
||||
|
||||
@@ -256,8 +256,8 @@ void LegitimacyCheck(){
|
||||
if(fs::exists(Result)){
|
||||
if(!Find("284160.json",Result))Exit(2);
|
||||
if(FindHack(Result)) {
|
||||
std::string maliciousFileName = fs::directory_iterator(Result)->path().filename().string();
|
||||
error("Found malicious file " + maliciousFileName + ". Please remove it in order to play\n");
|
||||
std::string Name = fs::directory_iterator(Result)->path().filename().string();
|
||||
error("Found malicious file " + Name + ". Please remove it in order to play\n");
|
||||
SteamExit(1);
|
||||
}
|
||||
}else Exit(3);
|
||||
|
||||
@@ -27,7 +27,7 @@ std::string GetVer(){
|
||||
return "1.80";
|
||||
}
|
||||
std::string GetPatch(){
|
||||
return ".10";
|
||||
return ".91";
|
||||
}
|
||||
void ReLaunch(int argc,char*args[]){
|
||||
std::string Arg;
|
||||
|
||||
Reference in New Issue
Block a user