From c5d5a1c5f823748af2d275e74747bb938755b55a Mon Sep 17 00:00:00 2001 From: lifehackerhansol Date: Tue, 30 May 2023 10:43:04 -0700 Subject: [PATCH] get-started: don't mii mine on 11.{14,15} USA N3DS Let's spare the users the pain of mining for hours --- assets/js/selecting.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/assets/js/selecting.js b/assets/js/selecting.js index d73c39bf77..0709b15d17 100644 --- a/assets/js/selecting.js +++ b/assets/js/selecting.js @@ -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)";