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));
|
||||
}
|
||||
} break;
|
||||
case OpCode.SessionCreate:
|
||||
case OpCode.SessionJoin: {
|
||||
if(data.status == Status.Ok) {
|
||||
LOAD(SCENES.Game, data);
|
||||
|
Loading…
x
Reference in New Issue
Block a user