diff --git a/apex_dma/apex_dma.cpp b/apex_dma/apex_dma.cpp index 6f29ff6..1827d9a 100644 --- a/apex_dma/apex_dma.cpp +++ b/apex_dma/apex_dma.cpp @@ -139,7 +139,7 @@ void DoActions() continue; } - if(thirdperson && !tmp_thirdperson) + /*if(thirdperson && !tmp_thirdperson) { if(!aiming) { @@ -156,7 +156,7 @@ void DoActions() apex_mem.Write(LPlayer.ptr + OFFSET_THIRDPERSON_SV, 0); tmp_thirdperson = false; } - } + }*/ uint64_t entitylist = g_Base + OFFSET_ENTITYLIST;