Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
BoQsc authored Feb 27, 2024
1 parent f92b1bc commit c1b3d7d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion splashscreen/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,13 @@ <h2>7 Days To Die Vanilla Public Server Donation</h2>
</noscript>

<script>

// Check for in-game donation
// https://publicdomain-nocopyright.github.io/7DTD-Public-Vanilla-Server/splashscreen/index.html?in-game=true
let urlParamsIngame = new URLSearchParams(window.location.search);
let IsInGameDonation = urlParams.get('in-game');
console.log(IsInGameDonation);

// Open Collective
let IsOpenCollectivePlatform = false;

let urlParams = new URLSearchParams(window.location.search);
Expand Down

0 comments on commit c1b3d7d

Please sign in to comment.