Skip to content

Commit ff93fec

Browse files
authored
Removed obsolete entry from forbodenList
Satisfies part of issue #2263
1 parent 0a81f80 commit ff93fec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Client/loader/Utils.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1966,7 +1966,7 @@ void BsodDetectionOnGameEnd()
19661966
//////////////////////////////////////////////////////////
19671967
void ForbodenProgramsMessage()
19681968
{
1969-
std::vector<SString> forbodenList = {"ProcessHacker", "CheatEngine", "PCHunter"};
1969+
std::vector<SString> forbodenList = {"CheatEngine", "PCHunter"};
19701970
std::vector<SString> foundList;
19711971
for (auto processId : MyEnumProcesses(true))
19721972
{

0 commit comments

Comments
 (0)