Update ExplorationBehavior.cpp

Added missing bracked and changed indenting to make it less confusing.
This commit is contained in:
Xilmi
2024-07-24 15:40:20 +02:00
parent 34e4ab45ee
commit 69b64a3241
@@ -61,6 +61,7 @@ Goals::TGoalVec ExplorationBehavior::decompose(const Nullkiller * ai) const
}
}
}
}
auto heroes = ai->cb->getHeroesInfo();