Fix load url for game.
This commit is contained in:
parent
e5377cd64a
commit
02be8a41b6
@ -53,7 +53,7 @@ class SceneManager {
|
||||
case "game": {
|
||||
if(parts[2]) {
|
||||
let token = UNPACK.base64(parts[2] + "=");
|
||||
this.load(SCENES.GameLoad, {
|
||||
this.load(SCENES.Game, {
|
||||
token:token,
|
||||
mode:INTERFACE.Mode.Review,
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user