npm update
This commit is contained in:
@ -23,7 +23,7 @@ socket.$subscribe((mutation, state) => {
|
||||
|
||||
if (state.isAuthenticated){
|
||||
screen.value = 'characters';
|
||||
|
||||
|
||||
if (state.character) {
|
||||
screen.value = 'game';
|
||||
}
|
||||
|
Reference in New Issue
Block a user