From de93e93d4d4e85ddd08cc14f092d2ca20ec9366c Mon Sep 17 00:00:00 2001 From: CWX Date: Mon, 13 Jan 2025 14:08:21 +0000 Subject: [PATCH] fix type --- Core/Generators/BotGenerator.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }