@ -38,7 +38,7 @@ namespace CriticalPathAnalyzer.Client.Tool {
// Resolve hit target:
if (hitInfo.HitPeg) {
_logger.Info("Hit peg");
return _startPegAddress = hitInfo.pAddress;
return hitInfo.pAddress;
}
if (hitInfo.HitWire) {