1
0
mirror of https://github.com/zumbiepig/MineXLauncher.git synced 2025-06-08 09:24:48 +00:00

quick fix

This commit is contained in:
zumbiepig 2024-09-23 19:48:24 -07:00
parent 9a55eedd40
commit 356a7c8c38
No known key found for this signature in database
GPG Key ID: 17C891BE28B953DE

View File

@ -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);