fixed up config enums

This commit is contained in:
Alex
2025-01-15 11:52:33 +00:00
parent 8f47bd89c5
commit 94b7caf398
9 changed files with 15 additions and 15 deletions
+2 -2
View File
@@ -77,8 +77,8 @@ public class BotGenerator
_configServer = configServer;
_cloner = cloner;
_botConfig = _configServer.GetConfig<BotConfig>(ConfigTypes.BOT);
_pmcConfig = _configServer.GetConfig<PmcConfig>(ConfigTypes.PMC);
_botConfig = _configServer.GetConfig<BotConfig>();
_pmcConfig = _configServer.GetConfig<PmcConfig>();
}
/// <summary>