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:
parent
bc4e78b23a
commit
c5d5a1c5f8
1 changed files with 0 additions and 4 deletions
|
@ -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)";
|
||||
|
|
Loading…
Reference in a new issue