Fixed compilation issues

This commit is contained in:
Tristan B. Kildaire 2021-01-28 14:52:36 +02:00
parent a00acaa35e
commit fe2aef4c41
1 changed files with 2 additions and 0 deletions

View File

@ -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;
}
/**