diff --git a/source/birchwood/client/client.d b/source/birchwood/client/client.d index 06400bd..0654a5e 100644 --- a/source/birchwood/client/client.d +++ b/source/birchwood/client/client.d @@ -722,10 +722,6 @@ public class Client : Thread engine.addSignalHandler(new PongSignal(this)); } - /** - * Connects to the server - */ - /** * Connects to the server * @@ -1148,11 +1144,5 @@ public class Client : Thread // TODO: Don't forget to re-enable this when done testing! Thread.sleep(dur!("seconds")(15)); client.quit(); - - } - - - - } \ No newline at end of file