Skip to content

Commit

Permalink
Added missing space
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisdoesstuff committed Oct 5, 2017
1 parent 2a10436 commit d7a49b8
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion HooksInjector/ScriptsParser.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public ParsedHook[] GetHooks(string scriptFile) {

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

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

bool hookEnd = false || line.Contains("true");
hooks.Add(new ParsedHook {
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
739b24a376e6dccdec3e218113b69d831e65caa6
7c11172b2cacb65732d905dc85e9af900e02d63c
Binary file not shown.
Binary file modified HooksInjector/obj/Release/HooksInjector.exe
Binary file not shown.
Binary file modified HooksInjector/obj/Release/HooksInjector.pdb
Binary file not shown.
Binary file modified Output/HooksInjector.exe
Binary file not shown.

0 comments on commit d7a49b8

Please sign in to comment.