Skip to content

Commit

Permalink
[blacklist] Add Plutonium launcher
Browse files Browse the repository at this point in the history
Adds Plutonium Launcher to the blacklist which is a custom client for dedicated servers on old Call of Duty games.
  • Loading branch information
nokia8801 authored Jan 18, 2025
1 parent 0575c8e commit db78dd3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/blacklist.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@ static std::vector<std::string> blacklist {
"Launcher", //Paradox Interactive Launcher
"steamwebhelper.exe",
"EpicWebHelper.exe",
"UplayWebCore.exe"
"UplayWebCore.exe",
"plutonium.exe",
"plutonium-launcher-win32.exe"
};


Expand Down

0 comments on commit db78dd3

Please sign in to comment.