Fixed UdpDeviceList Pick
Fixed UdpListener Start
This commit is contained in:
@ -243,7 +243,7 @@ public class Program
|
||||
return GetUdpDeviceSelection();
|
||||
}
|
||||
|
||||
return _udpDevices[result];
|
||||
return _udpDevices[result-1];
|
||||
}
|
||||
|
||||
private static void HandleApiInput()
|
||||
|
Reference in New Issue
Block a user