fix enums

This commit is contained in:
CWX
2025-01-16 20:22:31 +00:00
parent f8deb290f5
commit ad17bc756f
3 changed files with 11 additions and 7 deletions
+3
View File
@@ -94,6 +94,7 @@ public class DialogueController
var activeBots = new List<UserDialogInfo>();
var chatBotConfig = _coreConfig.Features.ChatbotFeatures;
/*
foreach (var bot in _dialogueChatBots)
{
var botData = bot.GetChatBot();
@@ -101,6 +102,8 @@ public class DialogueController
activeBots.Add(botData);
}
}
TODO: FUCK THESE BOTS STOPPING US GETTING TO THE FUCKING MENU
*/
return activeBots;
}