get-started: don't mii mine on 11.{14,15} USA N3DS

Let's spare the users the pain of mining for hours
This commit is contained in:
lifehackerhansol 2023-05-30 10:43:04 -07:00
parent bc4e78b23a
commit c5d5a1c5f8
No known key found for this signature in database
GPG key ID: 80FB184AFC0B3B0E

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