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

XFESpaceNinjaServer

A simple server for a small space ninja game

公开
关注 0 Fork 0 Star 0
返回提交历史

XFEstudio/XFESpaceNinjaServer

chore: add `noDojoDecoBuildStage` to default config (#2734)

Reviewed-on: https://onlyg.it/OpenWF/SpaceNinjaServer/pulls/2734 Co-authored-by: AMelonInsideLemon <166175391+AMelonInsideLemon@users.noreply.github.com> Co-committed-by: AMelonInsideLemon <166175391+AMelonInsideLemon@users.noreply.github.com>

e2349b36
AMelonInsideLemon <166175391+AMelonInsideLemon@users.noreply.github.com>
提交于

代码差异

2 个文件 +2 -1
Modified config-vanilla.json +1 -1
@@ -19,7 +19,7 @@
19 19 "fullyStockedVendors": false,
20 20 "skipClanKeyCrafting": false,
21 21 "noDojoRoomBuildStage": false,
22 "noDecoBuildStage": false,
22 "noDojoDecoBuildStage": false,
23 23 "fastDojoRoomDestruction": false,
24 24 "noDojoResearchCosts": false,
25 25 "noDojoResearchTime": false,
Modified src/services/configService.ts +1 -0
@@ -110,6 +110,7 @@ export const configRemovedOptionsKeys = [
110 110 "noArgonCrystalDecay",
111 111 "noMasteryRankUpCooldown",
112 112 "noVendorPurchaseLimits",
113 "noDecoBuildStage",
113 114 "noDeathMarks",
114 115 "noKimCooldowns",
115 116 "syndicateMissionsRepeatable",