First pass at implementing item event handling

This commit is contained in:
Chomp
2025-01-18 13:55:29 +00:00
parent dd2e36c914
commit dce0d11cec
20 changed files with 185 additions and 94 deletions
+1 -1
View File
@@ -148,7 +148,7 @@ public class BotController
var botNameKey = botType.ToLower();
foreach (var (difficultyName, difficultyValues) in botDetails.BotDifficulty)
{
// Bot doesnt exist in result, add
// Bot doesn't exist in result, add
if (!result.ContainsKey(botNameKey))
{
result.TryAdd(botNameKey, new Dictionary<string, DifficultyCategories>());