From 3c347853e492d0a5c6a724cdb0209fd4d717093d Mon Sep 17 00:00:00 2001 From: "Tristan B. Velloza Kildaire" Date: Sat, 25 Mar 2023 12:44:47 +0200 Subject: [PATCH] Client - Cleaned up --- source/birchwood/client/client.d | 10 ---------- 1 file changed, 10 deletions(-) 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