From aad77dac186ce72d80b917592606234b74ae201a Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Thu, 10 Dec 2020 15:20:18 -0700 Subject: [PATCH] Add a team value --- web/src/store/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/web/src/store/index.js b/web/src/store/index.js index dc667ea..aa92ebd 100644 --- a/web/src/store/index.js +++ b/web/src/store/index.js @@ -33,6 +33,7 @@ export default new Vuex.Store({ // DO NOT EDIT ANYTHING BELOW THIS COMMENT view: `lobby`, role: null, + team: 0, name: ``, id: null, players: [],