v0.10.302 #2

Merged
didirus merged 289 commits from feature-clean into beta 2025-07-08 15:00:09 +00:00
Showing only changes of commit 0908cf4e94 - Show all commits

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);