mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2025-07-02 07:56:26 +00:00
Update BeamNG.cpp
This commit is contained in:
parent
543183b852
commit
6b124e89a8
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user