fix(Core/Travel): Remove stray '}' left over from dead-code sweep

This commit is contained in:
bash 2026-05-31 17:09:47 +02:00
parent 76dbf56227
commit 9da99163a8

View File

@ -2716,8 +2716,6 @@ std::vector<uint32> TravelNodeMap::BuildPath(uint32 fromNode, uint32 toNode,
return path;
}
}
void TravelNodeMap::PrecomputeReachability()
{
// Find connected components via BFS