Fix blacklist array entries count

pull/197/head
jackun 4 years ago
parent 2622270e5c
commit c25082b1dd
No known key found for this signature in database
GPG Key ID: 119DB3F1D05A9ED3

@ -23,7 +23,7 @@ static std::string get_proc_name() {
}
static bool check_blacklisted() {
static const std::array<const char *, 15> blacklist {
static const std::array<const char *, 14> blacklist {
"Battle.net.exe",
"BethesdaNetLauncher.exe",
"EpicGamesLauncher.exe",

Loading…
Cancel
Save