返回提交历史
Modified
src/controllers/api/inventoryController.ts
+1
-1
XFEstudio/XFESpaceNinjaServer
fix: universalPolarityEverywhere not affecting all necramech slots (#891)
Fixes #890 Reviewed-on: http://209.141.38.3/OpenWF/SpaceNinjaServer/pulls/891
3b3edace
代码差异
1 个文件
+1
-1
@@ -195,7 +195,7 @@ export const getInventoryResponse = async (
195
195
196
196
if (config.universalPolarityEverywhere) {
197
197
const Polarity: IPolarity[] = [];
198
for (let i = 0; i != 10; ++i) {
198
for (let i = 0; i != 12; ++i) {
199
199
Polarity.push({
200
200
Slot: i,
201
201
Value: ArtifactPolarity.Any