返回提交历史
Modified
config-vanilla.json
+1
-1
Modified
src/services/configService.ts
+1
-0
XFEstudio/SpaceNinjaServer
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
代码差异
2 个文件
+2
-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,
@@ -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",