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

chore: remove duplicate entries (#1424)

CrewShipWeapons and CrewShipSalvagedWeapons already in equipmentFields Reviewed-on: https://onlyg.it/OpenWF/SpaceNinjaServer/pulls/1424 Co-authored-by: AMelonInsideLemon <166175391+AMelonInsideLemon@users.noreply.github.com> Co-committed-by: AMelonInsideLemon <166175391+AMelonInsideLemon@users.noreply.github.com>

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

代码差异

1 个文件 +0 -2
Modified src/models/inventoryModels/inventoryModel.ts +0 -2
@@ -1281,9 +1281,7 @@ const inventorySchema = new Schema<IInventoryDatabase, InventoryDocumentProps>(
1281 1281
1282 1282 //Default RailJack
1283 1283 CrewShipAmmo: [typeCountSchema],
1284 CrewShipWeapons: [EquipmentSchema],
1285 1284 CrewShipWeaponSkins: [upgradeSchema],
1286 CrewShipSalvagedWeapons: [EquipmentSchema],
1287 1285 CrewShipSalvagedWeaponSkins: [upgradeSchema],
1288 1286
1289 1287 //RailJack Crew