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:
@@ -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)";
|
||||
|
Reference in New Issue
Block a user