Add game URL to page load.

This commit is contained in:
yukirij 2024-08-25 22:01:23 -07:00
parent 53c79faf7f
commit bebdeb73aa

View File

@ -831,7 +831,7 @@ function LOAD_URL() {
token:token, token:token,
mode:INTERFACE.Mode.Review, mode:INTERFACE.Mode.Review,
}); });
MESSAGE_SESSION_JOIN(token, false); MESSAGE_SESSION_VIEW(token, false);
} else { } else {
LOAD(SCENES.Browse); LOAD(SCENES.Browse);
} }