Update BeamNG.cpp

This commit is contained in:
Anonymous275 2020-12-28 18:07:04 +02:00
parent 543183b852
commit 6b124e89a8

View File

@ -227,7 +227,6 @@ std::string GetManifest(const std::string& Man){
}else return "";
}
bool IDCheck(std::string Man, std::string steam){
info("IDCheck Called with : " + Man + " and " + steam);
bool a = false,b = true;
int pos = int(Man.rfind("steamapps"));
if(pos == -1)Exit(5);