get-started: don't Mii mine on CHN 11.15

While seedminer itself works, you can't do anything with it.
This commit is contained in:
lifehackerhansol 2023-06-12 14:40:07 -07:00
parent 0750fb7936
commit d416bfcc37
No known key found for this signature in database
GPG key ID: 80FB184AFC0B3B0E

View file

@ -132,8 +132,9 @@ function can_miimine(major, minor, native, region, model) {
if (model == DEVICE_O3DS) {
if (major == 11 && minor == 15) {
// KOR and TWN can do normal seedminer
// CHN can't do seedminer at all (no valid exploit after doing so)
// All other O3DS must Mii mine
if (region != "K" && region != "T") do_redirect = true;
if (!["C", "K", "T"].includes(region)) do_redirect = true;
}
}