Removed test connection

This commit is contained in:
Tristan B. Kildaire 2020-10-23 14:23:08 +02:00
parent 8060ff34d6
commit 5ddc84417d
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ public class GUI : Thread
// connections ~= new Connection(this, parseAddress("0.0.0.0", 7777));
}
connections ~= new Connection(this, parseAddress("0.0.0.0", 7777), ["testGustav"~to!(string)(connections.length), "bruh"]);
//connections ~= new Connection(this, parseAddress("0.0.0.0", 7777), ["testGustav"~to!(string)(connections.length), "bruh"]);
}