bump lfk client

This commit is contained in:
2021-01-03 19:34:03 +01:00
parent ba87349a88
commit 236aba89c2
2 changed files with 1 additions and 3 deletions

View File

@@ -12,7 +12,6 @@ const store = () => {
const methods = {
init() {
console.log('*: playerStore -> init()');
update((state) => {
state.isLoggedIn = false;
return state;
@@ -43,5 +42,4 @@ const store = () => {
...methods
};
};
export default store();