Update BeamNG.cpp

This commit is contained in:
Anonymous275 2021-01-01 16:40:37 +02:00
parent 0a58001b09
commit c77f8742b4

View File

@ -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();