Set default team to moon for development purposes
This commit is contained in:
parent
e1bc7acd0d
commit
478406cf0d
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ export default new Vuex.Store({
|
||||||
// DO NOT EDIT ANYTHING BELOW THIS COMMENT
|
// DO NOT EDIT ANYTHING BELOW THIS COMMENT
|
||||||
view: `in-game`,
|
view: `in-game`,
|
||||||
role: null,
|
role: null,
|
||||||
team: 0,
|
team: 2,
|
||||||
name: ``,
|
name: ``,
|
||||||
id: null,
|
id: null,
|
||||||
players: [],
|
players: [],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue