diff --git a/README.md b/README.md index 003710e..b6a9e83 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # EaglerCraftX EaglerCraft Client Collections +**Pull Requests will not be checked on Github, only Gitea.** **https://git.eaglercraft.win/EaglercraftX-Client-Collections/EaglercraftX-Site** **https://www.eaglercraft.win** diff --git a/js/ga4.js b/js/ga4.js index bb12dfe..5ec3b1e 100644 --- a/js/ga4.js +++ b/js/ga4.js @@ -17,6 +17,10 @@ function addGoogleAnalyticsTags() { console.log("Matched Render"); trackingId = "G-MND1TVBSXV"; break; + case "play.eaglercraft.win": + console.log("Matched Netlify / Play"); + trackingId = "G-759HWVCM2S"; + break; case "fastest.eaglercraft.win": console.log("Matched Netlify / Fastest"); trackingId = "G-0FMCWKD9KG";