mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2026-06-18 14:40:56 +00:00
Update BeamNG.cpp
This commit is contained in:
@@ -227,7 +227,6 @@ std::string GetManifest(const std::string& Man){
|
|||||||
}else return "";
|
}else return "";
|
||||||
}
|
}
|
||||||
bool IDCheck(std::string Man, std::string steam){
|
bool IDCheck(std::string Man, std::string steam){
|
||||||
info("IDCheck Called with : " + Man + " and " + steam);
|
|
||||||
bool a = false,b = true;
|
bool a = false,b = true;
|
||||||
int pos = int(Man.rfind("steamapps"));
|
int pos = int(Man.rfind("steamapps"));
|
||||||
if(pos == -1)Exit(5);
|
if(pos == -1)Exit(5);
|
||||||
|
|||||||
Reference in New Issue
Block a user