From fe2aef4c41c47446ff7dd9a517e81c2c3b0ed3e2 Mon Sep 17 00:00:00 2001 From: "Tristan B. Kildaire" Date: Thu, 28 Jan 2021 14:52:36 +0200 Subject: [PATCH] Fixed compilation issues --- source/dnetd/dconnection.d | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/dnetd/dconnection.d b/source/dnetd/dconnection.d index 22cdd57..5c22261 100644 --- a/source/dnetd/dconnection.d +++ b/source/dnetd/dconnection.d @@ -859,11 +859,13 @@ public class DConnection : Thread private uint generateSessionID() { /* TODO: Basically find a number that isn't taken by matching usernames */ + return 1; } private uint getMySessionID() { /* TODO: */ + return 1; } /**