mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2025-07-03 08:26:01 +00:00
Update BeamNG.cpp
This commit is contained in:
parent
0a58001b09
commit
c77f8742b4
@ -157,7 +157,7 @@ bool FindHack(const std::string& Path){
|
||||
for(char&c : Name)c = char(tolower(c));
|
||||
if(Name == "steam.exe")s = false;
|
||||
if(Name.find("greenluma") != -1){
|
||||
error("Found malicious file/folder " + Name);
|
||||
error("Found malicious file/folder \"" + Name+"\"");
|
||||
return true;
|
||||
}
|
||||
Name.clear();
|
||||
|
Loading…
x
Reference in New Issue
Block a user