From 478406cf0d0d02ff92a848cd5b92e92f5831cbfb Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Sat, 12 Dec 2020 18:04:02 -0700 Subject: [PATCH] Set default team to moon for development purposes --- web/src/store/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/store/index.js b/web/src/store/index.js index 6446b0d..f82106d 100644 --- a/web/src/store/index.js +++ b/web/src/store/index.js @@ -33,7 +33,7 @@ export default new Vuex.Store({ // DO NOT EDIT ANYTHING BELOW THIS COMMENT view: `in-game`, role: null, - team: 0, + team: 2, name: ``, id: null, players: [],