返回提交历史
Modified
static/webui/script.js
+1
-0
XFEstudio/SpaceNinjaServer
fix(webui): don't give legendary cores with "add missing mods" (#953)
Closes #952 Reviewed-on: https://onlyg.it/OpenWF/SpaceNinjaServer/pulls/953
edddc80b
代码差异
1 个文件
+1
-0
@@ -1023,6 +1023,7 @@ function doAddAllMods() {
1023
1023
for (const child of document.getElementById("datalist-mods").children) {
1024
1024
modsAll.add(child.getAttribute("data-key"));
1025
1025
}
1026
modsAll.delete("/Lotus/Upgrades/Mods/Fusers/LegendaryModFuser");
1026
1027
1027
1028
revalidateAuthz(() => {
1028
1029
const req = $.get("/api/inventory.php?" + window.authz + "&xpBasedLevelCapDisabled=1");