Skip to content
Snippets Groups Projects
Commit ce507ef5 authored by Brian Peiris's avatar Brian Peiris
Browse files

Merge branch 'feature/block-if-room-full-or-closed-updated' into...

Merge branch 'feature/block-if-room-full-or-closed-updated' into feature/ux-changes-3-with-remount-refactor
parents 098cf478 a4213e4b
No related branches found
No related tags found
No related merge requests found
......@@ -204,9 +204,7 @@ const onReady = async () => {
serverURL: process.env.JANUS_SERVER
});
if (!qsTruthy("no_stats")) {
scene.setAttribute("stats-plus", false);
}
scene.setAttribute("stats-plus", false);
if (isMobile || qsTruthy("mobile")) {
playerRig.setAttribute("virtual-gamepad-controls", {});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment