XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet

SpaceNinjaServer

A simple server for a small space ninja game

公开
关注 0 Fork 1 Star 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
Sainan <sainan@calamity.inc>
提交于

代码差异

1 个文件 +1 -0
Modified static/webui/script.js +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");