Skip to content

Commit

Permalink
Update launcher.html
Browse files Browse the repository at this point in the history
  • Loading branch information
MkGamesdev authored Nov 21, 2019
1 parent 08a9cf3 commit 8a907d0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions launcher.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,11 @@

<script>
if ( window.location !== window.parent.location ) {
console.log('MKGBA error: Ask for your site to be whitelisted at https://discord.gg/g7qRZW6')
alert('MKGBA error: Ask for your site to be whitelisted at https://discord.gg/g7qRZW6');
location.href='/';
} else {
console.log('Starting...')
}
</script>

Expand Down

0 comments on commit 8a907d0

Please sign in to comment.