fixed title showing internal bsp name instead of actual map name + added reset-mutations to store

This commit is contained in:
cnachtigall1991
2021-10-19 07:56:37 +02:00
parent 2c25138516
commit bb3da7d3c4
4 changed files with 35 additions and 8 deletions

View File

@@ -378,9 +378,10 @@ export default {
onBeforeUnmount(() => {
store.commit({
type: 'changePlayerDetails',
data: {}
type: 'changeId64',
data: store.state.playerDetails.steamid64
})
store.commit('resetPlayerDetails')
})
return {