Browse Source

New AfterInit is now actually called

pull/46/head
Anairkoen Schno 5 years ago
parent
commit
ec68a53616
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      IPA.Loader/Loader/PluginLoader.cs

+ 1
- 1
IPA.Loader/Loader/PluginLoader.cs View File

@ -614,7 +614,7 @@ namespace IPA.Loader
foreach (var feature in meta.Features)
try
{
feature.AfterInit(info);
feature.AfterInit(info, info.Plugin);
}
catch (Exception e)
{


Loading…
Cancel
Save