Skip to content

Commit 05575f9

Browse files
committed
CEntity_GetColliderNonConst: fixed pattern
1 parent d0475a8 commit 05575f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ChaosMod/Memory/Physics.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ namespace Memory
2020
static auto CEntity_GetColliderNonConst = []() -> void *(*)(DWORD64)
2121
{
2222
Handle handle = FindPattern("? 85 C0 74 ? ? 3B ? ? ? ? ? 75 ? ? 8B CF E8 ? ? ? ? ? 8D",
23-
"E8 ?? ?? ?? ?? 48 85 C0 74 23 48 8B CB");
23+
"E8 ?? ?? ?? ?? 44 8B 8C 24 78 02 00 00 48 85 C0");
2424
if (handle.IsValid())
2525
return handle.At(IsLegacy() ? 17 : 0).Into().Get<void *(DWORD64)>();
2626

0 commit comments

Comments
 (0)