fixed title showing internal bsp name instead of actual map name + added reset-mutations to store
This commit is contained in:
@@ -378,9 +378,10 @@ export default {
|
||||
|
||||
onBeforeUnmount(() => {
|
||||
store.commit({
|
||||
type: 'changePlayerDetails',
|
||||
data: {}
|
||||
type: 'changeId64',
|
||||
data: store.state.playerDetails.steamid64
|
||||
})
|
||||
store.commit('resetPlayerDetails')
|
||||
})
|
||||
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user