From 1376a2543964c66ece0a4276cbbad1fcf4a5d267 Mon Sep 17 00:00:00 2001 From: Chomp Date: Sun, 24 Nov 2024 17:01:21 +0000 Subject: [PATCH] Fixed typo --- project/src/helpers/InventoryHelper.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/src/helpers/InventoryHelper.ts b/project/src/helpers/InventoryHelper.ts index e8c5fb7f..26720240 100644 --- a/project/src/helpers/InventoryHelper.ts +++ b/project/src/helpers/InventoryHelper.ts @@ -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 itemsWithChildren array of items with children to try and fit * @returns True all items fit