Oof i forgot to readd this
This commit is contained in:
parent
37cc893458
commit
c3e5215aba
@ -131,8 +131,8 @@ public:
|
|||||||
{
|
{
|
||||||
CachedEntity *ent = ENTITY(i);
|
CachedEntity *ent = ENTITY(i);
|
||||||
if (CE_BAD(ent) ||
|
if (CE_BAD(ent) ||
|
||||||
ent->m_iClassID() != CL_CLASS(CObjectSentrygun) /*||
|
ent->m_iClassID() != CL_CLASS(CObjectSentrygun) ||
|
||||||
ent->m_iTeam() == LOCAL_E->m_iTeam()*/)
|
ent->m_iTeam() == LOCAL_E->m_iTeam())
|
||||||
continue;
|
continue;
|
||||||
Vector sentryloc = GetBuildingPosition(ent);
|
Vector sentryloc = GetBuildingPosition(ent);
|
||||||
sentries.push_back(sentryloc);
|
sentries.push_back(sentryloc);
|
||||||
|
Reference in New Issue
Block a user