1
0
mirror of https://github.com/deavmi/birchwood synced 2024-09-20 13:43:19 +02:00
- Cleaned up
This commit is contained in:
Tristan B. Velloza Kildaire 2023-03-25 12:44:47 +02:00
parent 680f245b4a
commit 3c347853e4

View File

@ -722,10 +722,6 @@ public class Client : Thread
engine.addSignalHandler(new PongSignal(this)); engine.addSignalHandler(new PongSignal(this));
} }
/**
* Connects to the server
*/
/** /**
* 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! // TODO: Don't forget to re-enable this when done testing!
Thread.sleep(dur!("seconds")(15)); Thread.sleep(dur!("seconds")(15));
client.quit(); client.quit();
} }
} }