Fixed UdpDeviceList Pick

Fixed UdpListener Start
This commit is contained in:
Locxion
2024-02-03 12:23:34 +01:00
parent a069133a68
commit 76ccf20c30
4 changed files with 16 additions and 10 deletions

View File

@ -243,7 +243,7 @@ public class Program
return GetUdpDeviceSelection();
}
return _udpDevices[result];
return _udpDevices[result-1];
}
private static void HandleApiInput()