This commit is contained in:
2022-10-14 11:06:56 +03:00
parent 0abbd24b86
commit 3f7a8e04d4
4 changed files with 6 additions and 21 deletions

View File

@@ -131,7 +131,7 @@ public class PluginLoader
if (e.IsLoaded)
((DBEvent)e.Plugin!).Start(_client);
onEVELoad?.Invoke(((DBEvent)e.Plugin!).name, e.TypeName!, e.IsLoaded, e.Exception);
onEVELoad?.Invoke(((DBEvent)e.Plugin!).Name, e.TypeName!, e.IsLoaded, e.Exception);
}
catch (Exception ex)
{