You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: UniversalUnityHooks/Program.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -100,7 +100,7 @@ public static void Main(string[] args)
100
100
{
101
101
Chalker.WriteSuccess($"Injected {(injectedCorrectly==sum?$"all {sum}":$"{injectedCorrectly}/{sum}")} methods. {(injectedCorrectly!=sum?"Please read above for more information why some injections may have failed.":"")}");
102
102
Chalker.WriteWait("Writing changes to target assembly..");
0 commit comments