fix: graph checking feature doesn't output a message on hud when called from menu

This commit is contained in:
Владислав Сухов 2023-04-20 11:15:52 +00:00
commit 3db5362d27

View file

@ -2610,8 +2610,6 @@ bool BotGraph::checkNodes (bool teleportPlayer) {
int goalPoints = 0;
int rescuePoints = 0;
ctrl.setFromConsole (true);
for (const auto &path : m_paths) {
int connections = 0;