mirror of
https://github.com/sp-tarkov/server.git
synced 2025-02-13 09:50:43 -05:00
Removed unnecessary scope
(cherry picked from commit 201df756a9d247779991d5ba5379b502ca60b346)
This commit is contained in:
parent
2be14850a9
commit
4c9e5c258f
@ -372,9 +372,7 @@ export class RagfairOfferHelper
|
||||
{
|
||||
// Only count the root items stack count in total
|
||||
const rootItem = itemAndChildren[0];
|
||||
{
|
||||
total += rootItem.upd?.StackObjectsCount ?? 1;
|
||||
}
|
||||
total += rootItem.upd?.StackObjectsCount ?? 1;
|
||||
}
|
||||
|
||||
return total;
|
||||
|
Loading…
x
Reference in New Issue
Block a user