Skip to content

Commit

Permalink
fixed link
Browse files Browse the repository at this point in the history
  • Loading branch information
g.rypesc committed Jul 10, 2022
1 parent 3055322 commit f46a7b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions game/static/client/controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ class Controller {
socket.on('death', function() {
setTimeout(function(){ controller.mode = "dead"; }, 1000);
setTimeout(function(){ if (window.confirm("Ooops, you were owned. Are you a noob?"))
{ window.location.href='https://rickrolled.fr/';
{ window.location.href='https://shattereddisk.github.io/rickroll/rickroll.mp4';
}
else
{
window.location.href='https://rickrolled.fr/';
window.location.href='https://shattereddisk.github.io/rickroll/rickroll.mp4';
}; }, 1500);
}

Expand Down

0 comments on commit f46a7b2

Please sign in to comment.