Added TODO

This commit is contained in:
Tristan B. Kildaire 2021-01-27 22:26:56 +02:00
parent e10cf7bc23
commit c7a4cfbadd
1 changed files with 1 additions and 1 deletions

View File

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