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

feat(import): G3 & Zanuka death marks (#3080)

Reviewed-on: https://onlyg.it/OpenWF/SpaceNinjaServer/pulls/3080 Reviewed-by: Sainan <63328889+sainan@users.noreply.github.com> Co-authored-by: Animan8000 <animan8000@noreply.localhost> Co-committed-by: Animan8000 <animan8000@noreply.localhost>

7bfd825b
Animan8000 <animan8000@noreply.localhost>
提交于

代码差异

1 个文件 +3 -1
Modified src/services/importService.ts +3 -1
@@ -309,7 +309,9 @@ export const importInventory = (db: TInventoryDatabaseDocument, client: Partial<
309 309 "Staff",
310 310 "Moderator",
311 311 "Partner",
312 "Counselor"
312 "Counselor",
313 "Harvestable",
314 "DeathSquadable"
313 315 ] as const) {
314 316 if (client[key] !== undefined) {
315 317 db[key] = client[key];