connected engine to client

This commit is contained in:
Sem van der Hoeven
2020-09-30 12:23:53 +02:00
parent 3ca3c1ad78
commit 0dc4bb6fad
3 changed files with 8 additions and 2 deletions

View File

@@ -83,7 +83,7 @@ namespace Client
// wait until we have a tunnel id
while (tunnelId == string.Empty) { }
Write("got tunnel id! sending commands...");
Write("got tunnel id! " + tunnelId);
}
/// <summary>