From bebdeb73aa997774041f9c73c2aeeef7db9c2278 Mon Sep 17 00:00:00 2001 From: yukirij Date: Sun, 25 Aug 2024 22:01:23 -0700 Subject: [PATCH] Add game URL to page load. --- www/js/scene.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/js/scene.js b/www/js/scene.js index 16478be..1e169c3 100644 --- a/www/js/scene.js +++ b/www/js/scene.js @@ -831,7 +831,7 @@ function LOAD_URL() { token:token, mode:INTERFACE.Mode.Review, }); - MESSAGE_SESSION_JOIN(token, false); + MESSAGE_SESSION_VIEW(token, false); } else { LOAD(SCENES.Browse); }