Update thread.c

This commit is contained in:
DavidXanatos 2024-12-17 12:06:12 +01:00
parent 4747d0ecf9
commit 9bea526756
1 changed files with 1 additions and 1 deletions

View File

@ -1124,7 +1124,7 @@ _FX ACCESS_MASK Thread_CheckObject_CommonEx(
// in that case we need to ignore it.
//
if (proc2 && !proc2->box && !proc2->bHostInject) {
if (proc2 && proc2->box && !proc2->bHostInject) {
ACCESS_MASK WriteAccess;
if (EntireProcess)