forked from noxious/client
Work for teleports
This commit is contained in:
@ -70,6 +70,9 @@ export const useGameStore = defineStore('game', {
|
||||
this.token = null
|
||||
this.user = null
|
||||
this.character = null
|
||||
this.isGmPanelOpen = false
|
||||
this.isMovingCamera = false
|
||||
this.isChatOpen = false
|
||||
|
||||
useCookies().remove('token')
|
||||
}
|
||||
|
Reference in New Issue
Block a user