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

Fixed compilation issues

This commit is contained in:
Tristan B. Kildaire 2021-01-28 14:52:36 +02:00
parent a00acaa35e
commit fe2aef4c41

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