From c3e5215abaa8230c207fb7a43d31d3f27f8c44d8 Mon Sep 17 00:00:00 2001 From: TotallyNotElite <1yourexperiment@protonmail.com> Date: Sat, 25 Aug 2018 19:28:22 +0200 Subject: [PATCH] Oof i forgot to readd this --- include/navparser.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/navparser.hpp b/include/navparser.hpp index e1e90a3c..83228b8b 100644 --- a/include/navparser.hpp +++ b/include/navparser.hpp @@ -131,8 +131,8 @@ public: { CachedEntity *ent = ENTITY(i); if (CE_BAD(ent) || - ent->m_iClassID() != CL_CLASS(CObjectSentrygun) /*|| - ent->m_iTeam() == LOCAL_E->m_iTeam()*/) + ent->m_iClassID() != CL_CLASS(CObjectSentrygun) || + ent->m_iTeam() == LOCAL_E->m_iTeam()) continue; Vector sentryloc = GetBuildingPosition(ent); sentries.push_back(sentryloc);