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

Added TODO

This commit is contained in:
Tristan B. Kildaire 2021-01-27 22:26:56 +02:00
parent e10cf7bc23
commit c7a4cfbadd

View File

@ -110,7 +110,7 @@ public class DConnection : Thread
/* Initialize locks */ /* Initialize locks */
initLocks(); initLocks();
/* Initialize status */ /* Initialize status (TODO: Remove, we use props now) */
currentStatus = "available,Hey there I'm using DNET!"; currentStatus = "available,Hey there I'm using DNET!";
/* Start the connection handler */ /* Start the connection handler */