1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 15:20:48 -05:00

more integration tweaks

This commit is contained in:
RaidMax
2022-02-09 14:45:28 -06:00
parent cf2245a874
commit ef6beb8904
9 changed files with 103 additions and 51 deletions

View File

@ -311,9 +311,9 @@ namespace IW4MAdmin.Application
}
// register any script plugins
foreach (var func in pluginImporter.DiscoverScriptPlugins())
foreach (var plugin in pluginImporter.DiscoverScriptPlugins())
{
serviceCollection.AddSingleton(sp => func(sp));
serviceCollection.AddSingleton(plugin);
}
// register any eventable types