Skip to content

Commit

Permalink
changed yuri UUID, updated download count of planetmc
Browse files Browse the repository at this point in the history
  • Loading branch information
ItziSpyder authored Sep 24, 2024
1 parent 8108a96 commit 47d4888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cclive/js/downloads.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const headers = {
var dlsCurseForge = 0;
var dlsModrinth = 0;
var dlsGitHub = 0;
var dlsPlanetMC = 8461; // hardcoded until I find a fix for CORS error, last updated 8/31/2024
var dlsPlanetMC = 8580; // hardcoded until I find a fix for CORS error, last updated 9/24/2024

function getDownloads() {
return {
Expand Down

0 comments on commit 47d4888

Please sign in to comment.