diff --git a/src/hacks/AutoHeal.cpp b/src/hacks/AutoHeal.cpp index 28f41cee..d2506540 100644 --- a/src/hacks/AutoHeal.cpp +++ b/src/hacks/AutoHeal.cpp @@ -677,18 +677,6 @@ void rvarCallback(settings::VariableBase &var, int after) return; } steamid = after; - for (int i = 1; i <= 32 && i < HIGHEST_ENTITY; i++) - { - CachedEntity *ent = ENTITY(i); - if (CE_BAD(ent)) - continue; - if (ent->m_Type() != ENTITY_PLAYER) - continue; - if (ent->player_info.friendsID && ent->player_info.friendsID == after) - { - return; - } - } } // void LevelInit(){}