0
0
mirror of https://github.com/sp-tarkov/server.git synced 2025-02-12 22:10:44 -05:00

Fixed typo

This commit is contained in:
Chomp 2024-11-24 17:01:21 +00:00
parent 946cf10659
commit 1376a25439

View File

@ -204,7 +204,7 @@ export class InventoryHelper {
} }
/** /**
* Can all probided items be added into player inventory * Can all provided items be added into player inventory
* @param sessionId Player id * @param sessionId Player id
* @param itemsWithChildren array of items with children to try and fit * @param itemsWithChildren array of items with children to try and fit
* @returns True all items fit * @returns True all items fit