Skip to content

Commit

Permalink
Changed one comment. That's it for 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
HRudyPlayZ committed Jun 28, 2022
1 parent 0ebcbde commit 0f9ba3b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,8 @@ private boolean genCurseforgeUrl() {

private boolean getCurseforgeData() {
// Grabs some properties for Curseforge downloads.
// This is still using the old API as thankfully it still works with Twitch's user agent as of now. Might have to switch to a proxy later on.
// This project cannot rely on CFCore as there's both the needs to hide the API key and to download "opted-out" files and Overwolf doesn't propose any solution for those issues.
// This is using an unofficial API proxy to allow for any kind of files to work. Might have to switch again later on.
// This project cannot rely on the official CFCore by default as there's both the needs to hide the API key and to download "opted-out" files and Overwolf doesn't propose any solution for those issues.

String apiUrl = Config.curseforgeURL + "/v1/mods/" + (this.projectId != null? this.projectId : "") + "/files/" + (this.fileId != null? this.fileId : "");

Expand Down

0 comments on commit 0f9ba3b

Please sign in to comment.