Fix join game on create for Browse page.
This commit is contained in:
parent
7542dd6d9a
commit
888402cff2
@ -219,6 +219,7 @@ const SCENES = {
|
|||||||
table.appendChild(UI.session_table(data.records));
|
table.appendChild(UI.session_table(data.records));
|
||||||
}
|
}
|
||||||
} break;
|
} break;
|
||||||
|
case OpCode.SessionCreate:
|
||||||
case OpCode.SessionJoin: {
|
case OpCode.SessionJoin: {
|
||||||
if(data.status == Status.Ok) {
|
if(data.status == Status.Ok) {
|
||||||
LOAD(SCENES.Game, data);
|
LOAD(SCENES.Game, data);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user