Skip to content

Commit

Permalink
-Updated Libs,
Browse files Browse the repository at this point in the history
-Fixed Injector
  • Loading branch information
Nagord committed Aug 25, 2021
1 parent db1e7c7 commit e2ba19c
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion PulsarInjector/Injector.cs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ static void Main(string[] args)
AntiCheatBypass.Inject(targetAssemblyPath);

Logger.Info("=== Logging Modifications ===");
InjectionTools.CreateMethod(targetAssemblyPath, "PLGlobal", "Start", typeof(void), null);
InjectionTools.PatchMethod(targetAssemblyPath, "PLGlobal", "Start", typeof(LoggingInjections), "LoggingCleanup");

Logger.Info("=== Injecting Harmony Initialization ===");
Expand Down
Binary file modified lib/ACTk.Runtime.dll
Binary file not shown.
Binary file modified lib/Assembly-CSharp-firstpass.dll
Binary file not shown.
Binary file modified lib/Assembly-CSharp.dll
Binary file not shown.
Binary file modified lib/UnityEngine.UI.dll
Binary file not shown.

0 comments on commit e2ba19c

Please sign in to comment.