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

fix: purchasing multiples of a bundle (#379)

8aae246b
Sainan <sainan@calamity.gg>
提交于

代码差异

1 个文件 +1 -1
Modified src/services/purchaseService.ts +1 -1
@@ -91,7 +91,7 @@ const handleStoreItemAcquisition = async (
91 91 await handleStoreItemAcquisition(
92 92 component.typeName,
93 93 accountId,
94 component.purchaseQuantity,
94 component.purchaseQuantity * quantity,
95 95 component.durability
96 96 )
97 97 ).InventoryChanges