mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-11 07:40:54 -05:00
Apparently I was working with an older codebase.. Oh well, i've merged the changes..
This commit is contained in:
@ -14,7 +14,7 @@ namespace IW4MAdmin
|
||||
public override async Task ExecuteAsync(Event E)
|
||||
{
|
||||
await E.Origin.Tell("^5Loaded Plugins:");
|
||||
foreach (SharedLibrary.Extensions.IPlugin P in PluginImporter.potentialPlugins)
|
||||
foreach (SharedLibrary.Interfaces.IPlugin P in PluginImporter.potentialPlugins)
|
||||
{
|
||||
await E.Origin.Tell(String.Format("^3{0} ^7[v^3{1}^7] by ^5{2}^7", P.Name, P.Version, P.Author));
|
||||
}
|
||||
|
Reference in New Issue
Block a user