Merge pull request #24 from GreenyDEV/main

Patch for Games not working in stealth mode
This commit is contained in:
Green! 2022-10-06 14:27:08 -04:00 committed by GitHub
commit b805e83bef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1358,6 +1358,6 @@ function link(_link) {
}, 0200);
}
else {
location.href = '/service/go/' + __uv$config.encodeUrl('https://radon.games/')
location.href = 'service/go/' + __uv$config.encodeUrl('https://radon.games/')
}
}
}