Skip to content

Commit 17379eb

Browse files
committed
selecting: readd skater kor
1 parent 2ca969c commit 17379eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/public/assets/js/selecting.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ function can_superskaterhax(major, minor, native, region, model) {
9797
let do_redirect = false;
9898
// N3DS only
9999
if(model == DEVICE_N3DS) {
100-
if(["U", "E"].includes(region)) {
100+
if(["U", "E", "K"].includes(region)) {
101101
if (major == 11) {
102102
if (minor >= 15) do_redirect = true;
103103
}

0 commit comments

Comments
 (0)