From 669b69f6dc8447d5d61b0df897668350ecb87d9c Mon Sep 17 00:00:00 2001
From: Brian Peiris <brianpeiris@gmail.com>
Date: Fri, 20 Apr 2018 17:21:43 -0700
Subject: [PATCH] fix merge issue -- restore stats-plus

---
 src/hub.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/hub.js b/src/hub.js
index e0175ff0b..a82a3c3ee 100644
--- a/src/hub.js
+++ b/src/hub.js
@@ -205,7 +205,7 @@ const onReady = async () => {
     });
 
     if (!qsTruthy("no_stats")) {
-      scene.setAttribute("stats", true);
+      scene.setAttribute("stats-plus", false);
     }
 
     if (isMobile || qsTruthy("mobile")) {
-- 
GitLab