Renamed method to TryAddItemToBotContainer
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user