Merge pull request #24 from GreenyDEV/main
Patch for Games not working in stealth mode
This commit is contained in:
commit
b805e83bef
1 changed files with 2 additions and 2 deletions
|
|
@ -1358,6 +1358,6 @@ function link(_link) {
|
||||||
}, 0200);
|
}, 0200);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
location.href = '/service/go/' + __uv$config.encodeUrl('https://radon.games/')
|
location.href = 'service/go/' + __uv$config.encodeUrl('https://radon.games/')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue