diff --git a/AYYWARE CSGO/AntiAntiAim.cpp b/AYYWARE CSGO/AntiAntiAim.cpp index e2c7b35..34de5d5 100644 --- a/AYYWARE CSGO/AntiAntiAim.cpp +++ b/AYYWARE CSGO/AntiAntiAim.cpp @@ -344,7 +344,7 @@ void ApplyAAAHooks() while (pClass) { const char *pszName = pClass->m_pRecvTable->m_pNetTableName; - if (!strcmp(pszName, "DT_CSPlayer")) + if (!strcmp(pszName, "DT_CSPlayer") && Menu::Window.RageBotTab.Active.GetState()) { for (int i = 0; i < pClass->m_pRecvTable->m_nProps; i++) { @@ -410,4 +410,4 @@ void ApplyAAAHooks() } pClass = pClass->m_pNext; } -} \ No newline at end of file +}