Skip to content

Commit d7a49b8

Browse files
Added missing space
1 parent 2a10436 commit d7a49b8

6 files changed

Lines changed: 2 additions & 2 deletions

File tree

HooksInjector/ScriptsParser.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public ParsedHook[] GetHooks(string scriptFile) {
4141

4242
bool methodCanBlock = scriptLines[i + 1].IndexOf(" void ") > -1 ? false : true;
4343

44-
Console.WriteLine(methodName + "Can Block " + methodCanBlock);
44+
Console.WriteLine(methodName + " Can Block: " + methodCanBlock);
4545

4646
bool hookEnd = false || line.Contains("true");
4747
hooks.Add(new ParsedHook {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
739b24a376e6dccdec3e218113b69d831e65caa6
1+
7c11172b2cacb65732d905dc85e9af900e02d63c
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

Output/HooksInjector.exe

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)