From 704b6a90c9afad847bb98f19ca16cff3b418d3ac Mon Sep 17 00:00:00 2001 From: pypy Date: Sun, 8 Nov 2020 15:17:16 +0900 Subject: [PATCH] bugfix --- html/src/app.js | 1 - 1 file changed, 1 deletion(-) diff --git a/html/src/app.js b/html/src/app.js index 2e04ca87..3acd5ab4 100644 --- a/html/src/app.js +++ b/html/src/app.js @@ -3280,7 +3280,6 @@ import gameLogService from './service/gamelog.js' var $app = { data: { API, - VRCX, nextRefresh: 0, isGameRunning: false, isGameNoVR: false,