1
0
mirror of https://github.com/hacks-guide/Guide_3DS.git synced 2025-08-25 01:26:22 +02:00

Deploying to gh-pages from @ hacks-guide/Guide_3DS@c5d5a1c5f8 🚀

This commit is contained in:
lifehackerhansol
2023-05-30 17:44:40 +00:00
parent b7ea3011d4
commit 48567f8592
2 changed files with 1 additions and 5 deletions

View File

@@ -130,10 +130,6 @@ function can_miimine(major, minor, native, region, model) {
// All other O3DS must Mii mine
if (region != "K" && region != "T") do_redirect = true;
}
else if (model == 1 && (minor == 14 || minor == 15)) {
// All other N3DS should system update
if (region == "U") do_redirect = true;
}
}
if (do_redirect) {
window.location.href = "seedminer-(mii)";