Skip to content

Commit

Permalink
Bump IW4OF & Fix logfile issue
Browse files Browse the repository at this point in the history
  • Loading branch information
louve committed Sep 15, 2024
1 parent eb50b61 commit 9531d35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Components/Modules/Logger.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ namespace Components
}

// set logfile to 1 by default (logs enabled)
Utils::Hook::Set<uint8_t>(0x60AE61, 1);
Utils::Hook::Set<uint8_t>(0x60AE61 + 1, 1);

Utils::Hook(0x642139, BuildOSPath_Stub, HOOK_JUMP).install()->quick();

Expand Down

0 comments on commit 9531d35

Please sign in to comment.