mirror of
https://github.com/zumbiepig/MineXLauncher.git
synced 2025-06-08 09:24:48 +00:00
quick fix
This commit is contained in:
parent
0804770adf
commit
90b7322c2c
@ -479,7 +479,7 @@ window.eaglercraftXOpts = {
|
||||
}
|
||||
},
|
||||
},
|
||||
Mods: storage.local.get('addons').mods ?? [],
|
||||
Mods: storage.local.get('addons')?.mods ?? [],
|
||||
};
|
||||
|
||||
const urlParams = new URLSearchParams(window.location.search);
|
||||
|
Loading…
x
Reference in New Issue
Block a user