diff --git a/DragonBurn/Features/TriggerBot.cpp b/DragonBurn/Features/TriggerBot.cpp index 2026a67..a94da91 100644 --- a/DragonBurn/Features/TriggerBot.cpp +++ b/DragonBurn/Features/TriggerBot.cpp @@ -12,7 +12,7 @@ void TriggerBot::Run(const CEntity& LocalEntity) DWORD64 ListEntry; DWORD64 PawnAddress; - if (!ProcessMgr.ReadMemory(LocalEntity.Pawn.Address + Offset::Pawn.iIDEntIndex, uHandle) || uHandle == -1) + if (!ProcessMgr.ReadMemory(LocalEntity.Pawn.Address + Offset::Pawn.iIDEntIndex, uHandle) || uHandle == -1)// can have bug return; ListEntry = ProcessMgr.TraceAddress(gGame.GetEntityListAddress(), { 0x8 * (uHandle >> 9) + 0x10, 0x0 });