diff --git a/Core/Generators/BotGenerator.cs b/Core/Generators/BotGenerator.cs
index 80a13de2..d359a345 100644
--- a/Core/Generators/BotGenerator.cs
+++ b/Core/Generators/BotGenerator.cs
@@ -27,7 +27,7 @@ public class BotGenerator
/// base bot template to use (e.g. assault/pmcbot)
/// profile of player generating pscav
/// BotBase
- public BotBase GeneratePlayerScav(string sessionId, string role, string difficulty, BotType botTemplate, PmcData profile)
+ public PmcData GeneratePlayerScav(string sessionId, string role, string difficulty, BotType botTemplate, PmcData profile)
{
throw new NotImplementedException();
}