mirror of
https://github.com/NebulaServices/Nebula.git
synced 2025-05-17 13:30:00 -04:00
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);
|
||||
}
|
||||
else {
|
||||
location.href = '/service/go/' + __uv$config.encodeUrl('https://radon.games/')
|
||||
location.href = 'service/go/' + __uv$config.encodeUrl('https://radon.games/')
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue