From c7a4cfbaddd8dacfc5ff89984170b0504bef2b14 Mon Sep 17 00:00:00 2001 From: "Tristan B. Kildaire" Date: Wed, 27 Jan 2021 22:26:56 +0200 Subject: [PATCH] Added TODO --- source/dnetd/dconnection.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/dnetd/dconnection.d b/source/dnetd/dconnection.d index be8f7e1..247676c 100644 --- a/source/dnetd/dconnection.d +++ b/source/dnetd/dconnection.d @@ -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 */