Skip to content

Commit

Permalink
marked bug line
Browse files Browse the repository at this point in the history
  • Loading branch information
ByteCorum committed May 30, 2024
1 parent a49f00d commit fd813e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DragonBurn/Features/TriggerBot.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ void TriggerBot::Run(const CEntity& LocalEntity)
DWORD64 ListEntry;
DWORD64 PawnAddress;

if (!ProcessMgr.ReadMemory<DWORD>(LocalEntity.Pawn.Address + Offset::Pawn.iIDEntIndex, uHandle) || uHandle == -1)
if (!ProcessMgr.ReadMemory<DWORD>(LocalEntity.Pawn.Address + Offset::Pawn.iIDEntIndex, uHandle) || uHandle == -1)// can have bug
return;

ListEntry = ProcessMgr.TraceAddress(gGame.GetEntityListAddress(), { 0x8 * (uHandle >> 9) + 0x10, 0x0 });
Expand Down

0 comments on commit fd813e8

Please sign in to comment.