1
0
mirror of https://github.com/deavmi/birchwood synced 2024-09-20 11:43:22 +02:00

Merge branch 'master' into ircv3

This commit is contained in:
Tristan B. Velloza Kildaire 2023-03-25 12:48:38 +02:00
commit b3f102276a

View File

@ -744,10 +744,6 @@ public class Client : Thread
engine.addSignalHandler(new PongSignal(this));
}
/**
* Connects to the server
*/
/**
* Connects to the server
*
@ -1170,11 +1166,5 @@ public class Client : Thread
// TODO: Don't forget to re-enable this when done testing!
Thread.sleep(dur!("seconds")(15));
client.quit();
}
}