mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-03-10 07:14:27 +00:00
what
This commit is contained in:
parent
639bd56a12
commit
48e450b4dc
@ -70,7 +70,7 @@ public static class Program
|
||||
{
|
||||
var transport = new SteamTransport.SteamTransport();
|
||||
transport.Log = Console.WriteLine;
|
||||
transport.TestIpAddress = "0.0.0.0:1234";
|
||||
transport.TestIpAddress = "127.0.0.1:1234";
|
||||
|
||||
transport.OnServerError = (conn, error, s) => Console.Error.WriteLine($"ERROR {conn} {error} {s}");
|
||||
var theConn = -1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user