1
0
mirror of https://github.com/deavminet/dnetd synced 2024-09-21 09:43:37 +02:00

DOn't start the server on construction

This commit is contained in:
Tristan B. Kildaire 2021-01-29 14:29:43 +02:00
parent 5f443cfa2c
commit 18ba20bc21

View File

@ -64,9 +64,6 @@ public class DServer : Thread
/* Initialize the server */
init();
/* Start the server */
startServer();
}
/**