Skip to content

Commit

Permalink
Update DisableAnalytics.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
HerpDerpinstine authored Aug 30, 2020
1 parent fbcbd88 commit 886210e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MelonLoader/DisableAnalytics.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ std::list<std::string> DisableAnalytics::URL_Blacklist = {
"discordapp.com",
"dropbox.com",
"pastebin.com",
"gluehender-aluhut.de",
"gluehender-aluhut.de", // Wasn't even Herp's change LEL quit clout chasing
"softlight.at.ua"
};

Expand Down Expand Up @@ -95,4 +95,4 @@ int DisableAnalytics::Hooked_getaddrinfo(PCSTR pNodeName, PCSTR pServiceName, vo
Logger::LogError("Exception caught in getaddrinfo! Returning WSATRY_AGAIN");
return WSATRY_AGAIN;
}
}
}

0 comments on commit 886210e

Please sign in to comment.