Don't clear parsed url on config load
This commit is contained in:
parent
ca9b3ce1f4
commit
78655e7ebe
@ -629,7 +629,6 @@ export const mutations: MutationTree<State> & Mutations = {
|
||||
state.sortedPlayers.splice(0, state.sortedPlayers.length);
|
||||
|
||||
state.maxPlayers = 0;
|
||||
state.parsedUrl = undefined;
|
||||
state.currentWorld = undefined;
|
||||
state.currentMap = undefined;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user