diff --git a/source/gui.d b/source/gui.d index 56dce33..84df96d 100644 --- a/source/gui.d +++ b/source/gui.d @@ -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"]); }