Fix URL loading of game.
This commit is contained in:
parent
70cdc763b2
commit
44ef10e6c2
@ -634,10 +634,15 @@ function LOAD_URL() {
|
||||
} break;
|
||||
|
||||
case "game": {
|
||||
LOAD(SCENES.Browse);
|
||||
if(parts[2]) {
|
||||
let token = UNPACK.base64(parts[2] + "=");
|
||||
LOAD(SCENES.Game, {
|
||||
token:token,
|
||||
mode:INTERFACE.Mode.Review,
|
||||
});
|
||||
MESSAGE_SESSION_JOIN(token, false);
|
||||
} else {
|
||||
LOAD(SCENES.Browse);
|
||||
}
|
||||
} break;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user