fix(webui): don't give legendary cores with "add missing mods"
All checks were successful
Build / build (22) (push) Successful in 33s
Build / build (18) (push) Successful in 58s
Build / build (20) (push) Successful in 1m21s
Build / build (18) (pull_request) Successful in 35s
Build / build (20) (pull_request) Successful in 56s
Build / build (22) (pull_request) Successful in 32s
All checks were successful
Build / build (22) (push) Successful in 33s
Build / build (18) (push) Successful in 58s
Build / build (20) (push) Successful in 1m21s
Build / build (18) (pull_request) Successful in 35s
Build / build (20) (pull_request) Successful in 56s
Build / build (22) (pull_request) Successful in 32s
This commit is contained in:
parent
7e7e4e2eea
commit
747fef588a
@ -1023,6 +1023,7 @@ function doAddAllMods() {
|
|||||||
for (const child of document.getElementById("datalist-mods").children) {
|
for (const child of document.getElementById("datalist-mods").children) {
|
||||||
modsAll.add(child.getAttribute("data-key"));
|
modsAll.add(child.getAttribute("data-key"));
|
||||||
}
|
}
|
||||||
|
modsAll.delete("/Lotus/Upgrades/Mods/Fusers/LegendaryModFuser");
|
||||||
|
|
||||||
revalidateAuthz(() => {
|
revalidateAuthz(() => {
|
||||||
const req = $.get("/api/inventory.php?" + window.authz + "&xpBasedLevelCapDisabled=1");
|
const req = $.get("/api/inventory.php?" + window.authz + "&xpBasedLevelCapDisabled=1");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user