fix(webui): don't give legendary cores with "add missing mods" #953

Merged
Sainan merged 1 commits from fix-all-mods into main 2025-02-12 18:15:00 -08:00

View File

@ -1023,6 +1023,7 @@ function doAddAllMods() {
for (const child of document.getElementById("datalist-mods").children) {
modsAll.add(child.getAttribute("data-key"));
}
modsAll.delete("/Lotus/Upgrades/Mods/Fusers/LegendaryModFuser");
revalidateAuthz(() => {
const req = $.get("/api/inventory.php?" + window.authz + "&xpBasedLevelCapDisabled=1");