Renamed method to TryAddItemToBotContainer

This commit is contained in:
Chomp
2025-08-20 12:05:47 +01:00
parent 108e6d7512
commit d8987d55f7
3 changed files with 3 additions and 3 deletions
@@ -190,7 +190,7 @@ public class BotGeneratorHelperTests
},
Upd = new Upd { StackObjectsCount = 1 },
};
_botInventoryContainerService.AddItemToBotContainer(botId, EquipmentSlots.Backpack, [akbsCartridge], botInventory, 1, 1);
_botInventoryContainerService.TryAddItemToBotContainer(botId, EquipmentSlots.Backpack, [akbsCartridge], botInventory, 1, 1);
var rootWeaponId = new MongoId();
var weaponWithChildren = CreateMp18(rootWeaponId);