Skip to content

Commit

Permalink
Remove unnecessary nop & fixed rancher normals (#363)
Browse files Browse the repository at this point in the history
  • Loading branch information
sTc2201 authored Dec 27, 2023
1 parent 3349e74 commit 9ffb614
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
Binary file not shown.
1 change: 0 additions & 1 deletion source/fixes.ixx
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,6 @@ public:
{
auto pattern = find_pattern("3B 05 ? ? ? ? 74 6C 3B 05 ? ? ? ? 74 64 3B 05 ? ? ? ?", "3B 05 ? ? ? ? 74 6E 3B 05 ? ? ? ? 74 66 3B 05");
injector::MakeNOP(pattern.get_first(0), 16, true);
injector::MakeNOP(pattern.get_first(24), 8, true);
}

// Off Route infinite loading
Expand Down

0 comments on commit 9ffb614

Please sign in to comment.