diff --git a/src/App.vue b/src/App.vue index 6414a8a..c2110b4 100644 --- a/src/App.vue +++ b/src/App.vue @@ -133,6 +133,7 @@ export default defineComponent({ store.commit(MutationTypes.CLEAR_PLAYERS, undefined); store.commit(MutationTypes.CLEAR_CURRENT_MAP, undefined); store.commit(MutationTypes.CLEAR_PARSED_URL, undefined); + store.commit(MutationTypes.SET_WORLDS, []); window.history.replaceState({}, '', newServer); loadConfiguration();