mirror of
https://github.com/ZetaKebab/MpcNET.git
synced 2025-07-01 08:47:36 +00:00
Try to get output right to travis.
This commit is contained in:
@ -22,7 +22,7 @@ namespace LibMpcTest
|
||||
|
||||
_mpc = new Mpc(new IPEndPoint(IPAddress.Loopback, 6600));
|
||||
|
||||
Console.WriteLine(_server.LogError);
|
||||
Console.Out.WriteLine(_server.LogError);
|
||||
|
||||
var connected = _mpc.ConnectAsync().GetAwaiter().GetResult();
|
||||
if (connected)
|
||||
|
Reference in New Issue
Block a user