1
0

Revert "use modrinth links"

This reverts commit 916f27c5ab.
This commit is contained in:
Prospector
2025-04-01 20:54:04 -07:00
parent 916f27c5ab
commit 0908cf4e94

View File

@@ -236,7 +236,7 @@ function orderPizza() {
});
setTimeout(() => {
window.location.href = "https://modrinth.com/pizza/failure";
window.location.href = "https://www.youtube.com/watch?v=dQw4w9WgXcQ";
}, 2000);
return;
}
@@ -265,7 +265,7 @@ function orderPizza() {
// Redirect to funny video :)
setTimeout(() => {
window.location.href = "https://modrinth.com/pizza/delivery";
window.location.href = "https://www.youtube.com/watch?v=dQw4w9WgXcQ";
}, 2000);
}
}, 1000);