Skip to content

Commit

Permalink
fgh
Browse files Browse the repository at this point in the history
  • Loading branch information
codergautam committed Nov 27, 2024
1 parent 86efd5a commit 1545915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/home.js
Original file line number Diff line number Diff line change
Expand Up @@ -1855,7 +1855,7 @@ let setTime = Date.now();
if(window.banned) return;
sendEvent("cheat_detected")
// redirect to banned page
alert("Cheat detected.")
alert("imagine cheating on a free geography game. L")
window.location.href = "https://www.youtube.com/watch?v=dQw4w9WgXcQ";
window.banned = true;
document.write("<h1>You have been banned from playing this game.</h1> If you believe this is a mistake, please contact us at [email protected]")
Expand Down

0 comments on commit 1545915

Please sign in to comment.