Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
kianzarrin committed Oct 4, 2022
1 parent af8bab1 commit fdb2f63
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions LoadOrderIPatch/Patches/ASCPatch.cs
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,6 @@ public AssemblyDefinition NewsFeedPanelPatch(AssemblyDefinition ASC)
AppDomain.CurrentDomain.AssemblyResolve += resolver;
AppDomain.CurrentDomain.TypeResolve += resolver;
AppDomain.CurrentDomain.ReflectionOnlyAssemblyResolve += resolver;
AppDomain.CurrentDomain.ReflectionOnlyAssemblyResolve += resolver;
Log.Successful();
}

Expand All @@ -220,7 +219,6 @@ public AssemblyDefinition NewsFeedPanelPatch(AssemblyDefinition ASC)
AppDomain.CurrentDomain.AssemblyResolve += resolver;
AppDomain.CurrentDomain.TypeResolve += resolver;
AppDomain.CurrentDomain.ReflectionOnlyAssemblyResolve += resolver;
AppDomain.CurrentDomain.ReflectionOnlyAssemblyResolve += resolver;

Log.Successful();
}
Expand Down

0 comments on commit fdb2f63

Please sign in to comment.