diff --git a/Core/Generators/BotGenerator.cs b/Core/Generators/BotGenerator.cs index 580500a9..e1a7bd56 100644 --- a/Core/Generators/BotGenerator.cs +++ b/Core/Generators/BotGenerator.cs @@ -144,6 +144,8 @@ public class BotGenerator { _logger.Error("NOT IMPLEMENTED BotGenerator.GenerateBot"); + bot.Inventory.Items = []; + return bot; }