Init hashset before use

This commit is contained in:
Chomp
2025-01-14 20:49:07 +00:00
parent 3591cb73f6
commit c99119a091
+1
View File
@@ -39,6 +39,7 @@ public class BotNameService
_configServer = configServer;
_botConfig = _configServer.GetConfig<BotConfig>(ConfigTypes.BOT);
_usedNameCache = new HashSet<string>();
}
/// <summary>